Html Css Color HEX #A320AA Dark Orchid

📋 copy color: '#A320AA'

red 163 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #A320AA

Tints of Dark Orchid #A320AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 44.66%
G = 8.77%
B = 46.58%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A320AA (or 0xA320AA) is known color: Dark Orchid. HEX triplet: A3, 20 and AA. RGB value is (163,32,170). Sum of RGB (Red+Green+Blue) = 163+32+170=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #A320AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320AA is #5CDF55. Grayscale: #565656. Windows color (decimal): -6086486 or 11149475. OLE color: 11149475.

HSL color Cylindrical-coordinate representation of color #A320AA: hue angle of 296.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A320AA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 32 170 -
CMYK 0.04 0.81 0 0.33
HSL 296.96º 0.68% 0.4% -
HSV(B) 296.96º 0.81% 0.67% -
XYZ 22.88 11.72 39.09 -
YUV 86.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 163 32 170 0.04 0.81 0 0.33 296.96 0.68 0.4
Hex A3 20 AA 4 51 0 21 129 44 28
Octal 243 40 252 4 121 0 41 451 104 50
Binary 10100011 100000 10101010 100 1010001 0 100001 100101001 1000100 101000

Color Harmonies of #A320AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320AA

Black with #A320AA

Text Example


Text Example

White with #A320AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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