Html Css Color HEX #A92DAC Dark Orchid

📋 copy color: '#A92DAC'

red 169 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #A92DAC

Tints of Dark Orchid #A92DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 43.78%
G = 11.66%
B = 44.56%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A92DAC (or 0xA92DAC) is known color: Dark Orchid. HEX triplet: A9, 2D and AC. RGB value is (169,45,172). Sum of RGB (Red+Green+Blue) = 169+45+172=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #A92DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DAC is #56D253. Grayscale: #606060. Windows color (decimal): -5689940 or 11283881. OLE color: 11283881.

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

Color convert

RGB 169 45 172 -
CMYK 0.02 0.74 0 0.33
HSL 298.58º 0.59% 0.43% -
HSV(B) 298.58º 0.74% 0.67% -
XYZ 24.75 13.29 40.29 -
YUV 96.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 169 45 172 0.02 0.74 0 0.33 298.58 0.59 0.43
Hex A9 2D AC 2 4A 0 21 12B 3B 2B
Octal 251 55 254 2 112 0 41 453 73 53
Binary 10101001 101101 10101100 10 1001010 0 100001 100101011 111011 101011

Color Harmonies of #A92DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DAC

Black with #A92DAC

Text Example


Text Example

White with #A92DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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