Html Css Color HEX #A92DAF Dark Orchid

📋 copy color: '#A92DAF'

red 169 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #A92DAF

Tints of Dark Orchid #A92DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 43.44%
G = 11.57%
B = 44.99%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A92DAF (or 0xA92DAF) is known color: Dark Orchid. HEX triplet: A9, 2D and AF. RGB value is (169,45,175). Sum of RGB (Red+Green+Blue) = 169+45+175=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #A92DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DAF is #56D250. Grayscale: #606060. Windows color (decimal): -5689937 or 11480489. OLE color: 11480489.

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

Color convert

RGB 169 45 175 -
CMYK 0.03 0.74 0 0.31
HSL 297.23º 0.59% 0.43% -
HSV(B) 297.23º 0.74% 0.69% -
XYZ 25.04 13.41 41.83 -
YUV 96.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 169 45 175 0.03 0.74 0 0.31 297.23 0.59 0.43
Hex A9 2D AF 3 4A 0 1F 129 3B 2B
Octal 251 55 257 3 112 0 37 451 73 53
Binary 10101001 101101 10101111 11 1001010 0 11111 100101001 111011 101011

Color Harmonies of #A92DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DAF

Black with #A92DAF

Text Example


Text Example

White with #A92DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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