Html Css Color HEX #A92DAB Dark Orchid

📋 copy color: '#A92DAB'

red 169 ◦ green 45 ◦ blue 171

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

Shades of Dark Orchid #A92DAB

Tints of Dark Orchid #A92DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.69%

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 43.9%
G = 11.69%
B = 44.42%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A92DAB (or 0xA92DAB) is known color: Dark Orchid. HEX triplet: A9, 2D and AB. RGB value is (169,45,171). Sum of RGB (Red+Green+Blue) = 169+45+171=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A92DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DAB is #56D254. Grayscale: #606060. Windows color (decimal): -5689941 or 11218345. OLE color: 11218345.

HSL color Cylindrical-coordinate representation of color #A92DAB: hue angle of 299.05º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92DAB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 45 171 -
CMYK 0.01 0.74 0 0.33
HSL 299.05º 0.58% 0.42% -
HSV(B) 299.05º 0.74% 0.67% -
XYZ 24.65 13.25 39.79 -
YUV 96.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 169 45 171 0.01 0.74 0 0.33 299.05 0.58 0.42
Hex A9 2D AB 1 4A 0 21 12B 3A 2A
Octal 251 55 253 1 112 0 41 453 72 52
Binary 10101001 101101 10101011 1 1001010 0 100001 100101011 111010 101010

Color Harmonies of #A92DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DAB

Black with #A92DAB

Text Example


Text Example

White with #A92DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DAB; }

 p { color: rgb(169,45,171); }

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

background-color css

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

 a { background-color: rgb(169,45,171); }

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

border-color css

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

 span { border-color: rgb(169,45,171); }

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