Html Css Color HEX #A320AC Dark Orchid

📋 copy color: '#A320AC'

red 163 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A320AC

Tints of Dark Orchid #A320AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 44.41%
G = 8.72%
B = 46.87%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A320AC (or 0xA320AC) is known color: Dark Orchid. HEX triplet: A3, 20 and AC. RGB value is (163,32,172). Sum of RGB (Red+Green+Blue) = 163+32+172=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A320AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320AC is #5CDF53. Grayscale: #565656. Windows color (decimal): -6086484 or 11280547. OLE color: 11280547.

HSL color Cylindrical-coordinate representation of color #A320AC: hue angle of 296.14º degrees, saturation: 0.69, 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 #A320AC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 32 172 -
CMYK 0.05 0.81 0 0.33
HSL 296.14º 0.69% 0.4% -
HSV(B) 296.14º 0.81% 0.67% -
XYZ 23.07 11.8 40.09 -
YUV 87.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 163 32 172 0.05 0.81 0 0.33 296.14 0.69 0.4
Hex A3 20 AC 5 51 0 21 128 45 28
Octal 243 40 254 5 121 0 41 450 105 50
Binary 10100011 100000 10101100 101 1010001 0 100001 100101000 1000101 101000

Color Harmonies of #A320AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320AC

Black with #A320AC

Text Example


Text Example

White with #A320AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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