Html Css Color HEX #A42CAA Dark Orchid

📋 copy color: '#A42CAA'

red 164 ◦ green 44 ◦ blue 170

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

Shades of Dark Orchid #A42CAA

Tints of Dark Orchid #A42CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.64%

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

R = 43.39%
G = 11.64%
B = 44.97%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A42CAA (or 0xA42CAA) is known color: Dark Orchid. HEX triplet: A4, 2C and AA. RGB value is (164,44,170). Sum of RGB (Red+Green+Blue) = 164+44+170=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A42CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42CAA is #5BD355. Grayscale: #5D5D5D. Windows color (decimal): -6017878 or 11152548. OLE color: 11152548.

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

Color convert

RGB 164 44 170 -
CMYK 0.04 0.74 0 0.33
HSL 297.14º 0.59% 0.42% -
HSV(B) 297.14º 0.74% 0.67% -
XYZ 23.47 12.6 39.22 -
YUV 94.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 164 44 170 0.04 0.74 0 0.33 297.14 0.59 0.42
Hex A4 2C AA 4 4A 0 21 129 3B 2A
Octal 244 54 252 4 112 0 41 451 73 52
Binary 10100100 101100 10101010 100 1001010 0 100001 100101001 111011 101010

Color Harmonies of #A42CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CAA

Black with #A42CAA

Text Example


Text Example

White with #A42CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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