Html Css Color HEX #A42AAA Dark Orchid

📋 copy color: '#A42AAA'

red 164 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #A42AAA

Tints of Dark Orchid #A42AAA

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

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

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

R = 43.62%
G = 11.17%
B = 45.21%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A42AAA (or 0xA42AAA) is known color: Dark Orchid. HEX triplet: A4, 2A and AA. RGB value is (164,42,170). Sum of RGB (Red+Green+Blue) = 164+42+170=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #A42AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42AAA is #5BD555. Grayscale: #5C5C5C. Windows color (decimal): -6018390 or 11152036. OLE color: 11152036.

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

Color convert

RGB 164 42 170 -
CMYK 0.04 0.75 0 0.33
HSL 297.19º 0.6% 0.42% -
HSV(B) 297.19º 0.75% 0.67% -
XYZ 23.39 12.45 39.2 -
YUV 93.07 171.42 178.59 -
System Red Green Blue C M Y K H S L
Decimal 164 42 170 0.04 0.75 0 0.33 297.19 0.6 0.42
Hex A4 2A AA 4 4B 0 21 129 3C 2A
Octal 244 52 252 4 113 0 41 451 74 52
Binary 10100100 101010 10101010 100 1001011 0 100001 100101001 111100 101010

Color Harmonies of #A42AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42AAA

Black with #A42AAA

Text Example


Text Example

White with #A42AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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