Html Css Color HEX #A92DAE Dark Orchid

📋 copy color: '#A92DAE'

red 169 ◦ green 45 ◦ blue 174

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

Shades of Dark Orchid #A92DAE

Tints of Dark Orchid #A92DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 43.56%
G = 11.6%
B = 44.85%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A92DAE (or 0xA92DAE) is known color: Dark Orchid. HEX triplet: A9, 2D and AE. RGB value is (169,45,174). Sum of RGB (Red+Green+Blue) = 169+45+174=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #A92DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DAE is #56D251. Grayscale: #606060. Windows color (decimal): -5689938 or 11414953. OLE color: 11414953.

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

Color convert

RGB 169 45 174 -
CMYK 0.03 0.74 0 0.32
HSL 297.67º 0.59% 0.43% -
HSV(B) 297.67º 0.74% 0.68% -
XYZ 24.94 13.37 41.31 -
YUV 96.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 169 45 174 0.03 0.74 0 0.32 297.67 0.59 0.43
Hex A9 2D AE 3 4A 0 20 12A 3B 2B
Octal 251 55 256 3 112 0 40 452 73 53
Binary 10101001 101101 10101110 11 1001010 0 100000 100101010 111011 101011

Color Harmonies of #A92DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DAE

Black with #A92DAE

Text Example


Text Example

White with #A92DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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