Html Css Color HEX #A420AC Dark Orchid

📋 copy color: '#A420AC'

red 164 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A420AC

Tints of Dark Orchid #A420AC

RGB

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

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

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

R = 44.57%
G = 8.7%
B = 46.74%

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

#A420AC (or 0xA420AC) is known color: Dark Orchid. HEX triplet: A4, 20 and AC. RGB value is (164,32,172). Sum of RGB (Red+Green+Blue) = 164+32+172=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #A420AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A420AC is #5BDF53. Grayscale: #575757. Windows color (decimal): -6020948 or 11280548. OLE color: 11280548.

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

Color convert

RGB 164 32 172 -
CMYK 0.05 0.81 0 0.33
HSL 296.57º 0.69% 0.4% -
HSV(B) 296.57º 0.81% 0.67% -
XYZ 23.27 11.9 40.1 -
YUV 87.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 164 32 172 0.05 0.81 0 0.33 296.57 0.69 0.4
Hex A4 20 AC 5 51 0 21 129 45 28
Octal 244 40 254 5 121 0 41 451 105 50
Binary 10100100 100000 10101100 101 1010001 0 100001 100101001 1000101 101000

Color Harmonies of #A420AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420AC

Black with #A420AC

Text Example


Text Example

White with #A420AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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