#A927BB

Color #A927BB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A927BB

Tints of Dark Orchid #A927BB

Color information

#A927BB (or 0xA927BB) is unknown color: approx Dark Orchid. HEX triplet: A9, 27 and BB. RGB value is (169,39,187). Sum of RGB (Red+Green+Blue) = 169+39+187=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #A927BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A927BB is #56D844. Grayscale: #5E5E5E. Windows color (decimal): -5691461 or 12265385. OLE color: 12265385.

HSL color Cylindrical-coordinate representation of color #A927BB: hue angle of 292.7º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A927BB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16939187-
CMYK0.100.7900.27
HSL292.7º65.49%44.31%-
HSV(B)292.7º79.14%73.33%-
XYZ26.0613.4748.24-
YUV94.74180.07180.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 39 (15.62% from 255) = 9.87%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=42.78%
G=9.87%
B=47.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169391870.100.7900.27292.765.4944.31
HexA927BBA4F01B125412c
Octal251472731211703344510154
Binary1010100110011110111011101010011110110111001001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A927BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A927BB; }

 p { color: rgb(169,39,187); }

 H1.HeaderClassName
 {
   color: #A927BB;
 }
 .AnyTagClassName
 {
   color: #A927BB;
 }
</style>
background-color css

<style>
 a { background-color: #A927BB; }

 a { background-color: rgb(169,39,187); }

 div.DivClassName
 {
   background-color: #A927BB;
 }
 .BgClassName
 {
   background-color: #A927BB;
 }
</style>
border-color css

<style>
 span { border-color: #A927BB; }

 span { border-color: rgb(169,39,187); }

 td.TdClassName
 {
   border-color: #A927BB;
 }
 .TagClassName
 {
   border-color: #A927BB;
 }
</style>