#A92ABB

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

Shades of Dark Orchid #A92ABB

Tints of Dark Orchid #A92ABB

Color information

#A92ABB (or 0xA92ABB) is unknown color: approx Dark Orchid. HEX triplet: A9, 2A and BB. RGB value is (169,42,187). Sum of RGB (Red+Green+Blue) = 169+42+187=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #A92ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ABB is #56D544. Grayscale: #606060. Windows color (decimal): -5690693 or 12266153. OLE color: 12266153.

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

Color convert

RGB16942187-
CMYK0.100.7800.27
HSL292.55º63.32%44.9%-
HSV(B)292.55º77.54%73.33%-
XYZ26.1613.6848.28-
YUV96.5179.08179.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 42 (16.80% from 255) = 10.55%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=42.46%
G=10.55%
B=46.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169421870.100.7800.27292.5563.3244.9
HexA92ABBA4E01B1253f2d
Octal25152273121160334457755
Binary101010011010101011101110101001110011011100100101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92ABB; }

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

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

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

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

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

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

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

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