Html Css Color HEX #A32AAA Dark Orchid

📋 copy color: '#A32AAA'

red 163 ◦ green 42 ◦ blue 170

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

Shades of Dark Orchid #A32AAA

Tints of Dark Orchid #A32AAA

RGB

 RED value IS 163 (64.06% from 255) = 43.47%

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

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

R = 43.47%
G = 11.2%
B = 45.33%

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

#A32AAA (or 0xA32AAA) is known color: Dark Orchid. HEX triplet: A3, 2A and AA. RGB value is (163,42,170). Sum of RGB (Red+Green+Blue) = 163+42+170=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A32AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32AAA is #5CD555. Grayscale: #5C5C5C. Windows color (decimal): -6083926 or 11152035. OLE color: 11152035.

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

Color convert

RGB 163 42 170 -
CMYK 0.04 0.75 0 0.33
HSL 296.72º 0.6% 0.42% -
HSV(B) 296.72º 0.75% 0.67% -
XYZ 23.19 12.34 39.19 -
YUV 92.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 163 42 170 0.04 0.75 0 0.33 296.72 0.6 0.42
Hex A3 2A AA 4 4B 0 21 129 3C 2A
Octal 243 52 252 4 113 0 41 451 74 52
Binary 10100011 101010 10101010 100 1001011 0 100001 100101001 111100 101010

Color Harmonies of #A32AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32AAA

Black with #A32AAA

Text Example


Text Example

White with #A32AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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