Html Css Color HEX #A92AAA Dark Orchid

📋 copy color: '#A92AAA'

red 169 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #A92AAA

Tints of Dark Orchid #A92AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 44.36%
G = 11.02%
B = 44.62%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A92AAA (or 0xA92AAA) is known color: Dark Orchid. HEX triplet: A9, 2A and AA. RGB value is (169,42,170). Sum of RGB (Red+Green+Blue) = 169+42+170=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A92AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92AAA is #56D555. Grayscale: #5E5E5E. Windows color (decimal): -5690710 or 11152041. OLE color: 11152041.

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

Color convert

RGB 169 42 170 -
CMYK 0.01 0.75 0 0.33
HSL 299.53º 0.6% 0.42% -
HSV(B) 299.53º 0.75% 0.67% -
XYZ 24.45 12.99 39.25 -
YUV 94.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 169 42 170 0.01 0.75 0 0.33 299.53 0.6 0.42
Hex A9 2A AA 1 4B 0 21 12C 3C 2A
Octal 251 52 252 1 113 0 41 454 74 52
Binary 10101001 101010 10101010 1 1001011 0 100001 100101100 111100 101010

Color Harmonies of #A92AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92AAA

Black with #A92AAA

Text Example


Text Example

White with #A92AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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