Html Css Color HEX #A92ABD Dark Orchid

📋 copy color: '#A92ABD'

red 169 ◦ green 42 ◦ blue 189

#A92ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A92ABD

Tints of Dark Orchid #A92ABD

RGB

 RED value IS 169 (66.41% from 255) = 42.25%

 GREEN value IS 42 (16.8% from 255) = 10.5%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 42.25%
G = 10.5%
B = 47.25%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A92ABD (or 0xA92ABD) is known color: Dark Orchid. HEX triplet: A9, 2A and BD. RGB value is (169,42,189). Sum of RGB (Red+Green+Blue) = 169+42+189=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #A92ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ABD is #56D542. Grayscale: #606060. Windows color (decimal): -5690691 or 12397225. OLE color: 12397225.

HSL color Cylindrical-coordinate representation of color #A92ABD: hue angle of 291.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92ABD is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 42 189 -
CMYK 0.11 0.78 0 0.26
HSL 291.84º 0.64% 0.45% -
HSV(B) 291.84º 0.78% 0.74% -
XYZ 26.38 13.77 49.41 -
YUV 96.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 169 42 189 0.11 0.78 0 0.26 291.84 0.64 0.45
Hex A9 2A BD B 4E 0 1A 124 40 2D
Octal 251 52 275 13 116 0 32 444 100 55
Binary 10101001 101010 10111101 1011 1001110 0 11010 100100100 1000000 101101

Color Harmonies of #A92ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92ABD

Black with #A92ABD

Text Example


Text Example

White with #A92ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92ABD; }

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

 H1.HeaderClassName
 {
   color: #A92ABD;
 }
 .AnyTagClassName
 {
   color: #A92ABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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