#A92EB6

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

Shades of Dark Orchid #A92EB6

Tints of Dark Orchid #A92EB6

Color information

#A92EB6 (or 0xA92EB6) is unknown color: approx Dark Orchid. HEX triplet: A9, 2E and B6. RGB value is (169,46,182). Sum of RGB (Red+Green+Blue) = 169+46+182=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #A92EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92EB6 is #56D149. Grayscale: #616161. Windows color (decimal): -5689674 or 11939497. OLE color: 11939497.

HSL color Cylindrical-coordinate representation of color #A92EB6: hue angle of 294.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92EB6 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16946182-
CMYK0.070.7500.29
HSL294.26º59.65%44.71%-
HSV(B)294.26º74.73%71.37%-
XYZ25.7813.7745.55-
YUV98.28175.25178.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 182 (71.48% from 255) = 45.84%
R=42.57%
G=11.59%
B=45.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169461820.070.7500.29294.2659.6544.71
HexA92EB674B01D1263c2d
Octal2515626671130354467455
Binary10101001101110101101101111001011011101100100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92EB6; }

 p { color: rgb(169,46,182); }

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

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

 a { background-color: rgb(169,46,182); }

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

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

 span { border-color: rgb(169,46,182); }

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