Html Css Color HEX #A421AC Dark Orchid

📋 copy color: '#A421AC'

red 164 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #A421AC

Tints of Dark Orchid #A421AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.94%

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

R = 44.44%
G = 8.94%
B = 46.61%

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

#A421AC (or 0xA421AC) is known color: Dark Orchid. HEX triplet: A4, 21 and AC. RGB value is (164,33,172). Sum of RGB (Red+Green+Blue) = 164+33+172=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #A421AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421AC is #5BDE53. Grayscale: #575757. Windows color (decimal): -6020692 or 11280804. OLE color: 11280804.

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

Color convert

RGB 164 33 172 -
CMYK 0.05 0.81 0 0.33
HSL 296.55º 0.68% 0.4% -
HSV(B) 296.55º 0.81% 0.67% -
XYZ 23.3 11.96 40.11 -
YUV 88.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 164 33 172 0.05 0.81 0 0.33 296.55 0.68 0.4
Hex A4 21 AC 5 51 0 21 129 44 28
Octal 244 41 254 5 121 0 41 451 104 50
Binary 10100100 100001 10101100 101 1010001 0 100001 100101001 1000100 101000

Color Harmonies of #A421AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421AC

Black with #A421AC

Text Example


Text Example

White with #A421AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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