Html Css Color HEX #A92DAA Dark Orchid

📋 copy color: '#A92DAA'

red 169 ◦ green 45 ◦ blue 170

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

Shades of Dark Orchid #A92DAA

Tints of Dark Orchid #A92DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 44.01%
G = 11.72%
B = 44.27%

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

#A92DAA (or 0xA92DAA) is known color: Dark Orchid. HEX triplet: A9, 2D and AA. RGB value is (169,45,170). Sum of RGB (Red+Green+Blue) = 169+45+170=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #A92DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92DAA is #56D255. Grayscale: #5F5F5F. Windows color (decimal): -5689942 or 11152809. OLE color: 11152809.

HSL color Cylindrical-coordinate representation of color #A92DAA: hue angle of 299.52º 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 #A92DAA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 45 170 -
CMYK 0.01 0.74 0 0.33
HSL 299.52º 0.58% 0.42% -
HSV(B) 299.52º 0.74% 0.67% -
XYZ 24.56 13.21 39.29 -
YUV 96.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 169 45 170 0.01 0.74 0 0.33 299.52 0.58 0.42
Hex A9 2D AA 1 4A 0 21 12C 3A 2A
Octal 251 55 252 1 112 0 41 454 72 52
Binary 10101001 101101 10101010 1 1001010 0 100001 100101100 111010 101010

Color Harmonies of #A92DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92DAA

Black with #A92DAA

Text Example


Text Example

White with #A92DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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