Html Css Color HEX #A422AC Dark Orchid

📋 copy color: '#A422AC'

red 164 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #A422AC

Tints of Dark Orchid #A422AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.19%

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

R = 44.32%
G = 9.19%
B = 46.49%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A422AC (or 0xA422AC) is known color: Dark Orchid. HEX triplet: A4, 22 and AC. RGB value is (164,34,172). Sum of RGB (Red+Green+Blue) = 164+34+172=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A422AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A422AC is #5BDD53. Grayscale: #585858. Windows color (decimal): -6020436 or 11281060. OLE color: 11281060.

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

Color convert

RGB 164 34 172 -
CMYK 0.05 0.80 0 0.33
HSL 296.52º 0.67% 0.4% -
HSV(B) 296.52º 0.8% 0.67% -
XYZ 23.33 12.02 40.12 -
YUV 88.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 164 34 172 0.05 0.80 0 0.33 296.52 0.67 0.4
Hex A4 22 AC 5 50 0 21 129 43 28
Octal 244 42 254 5 120 0 41 451 103 50
Binary 10100100 100010 10101100 101 1010000 0 100001 100101001 1000011 101000

Color Harmonies of #A422AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A422AC

Black with #A422AC

Text Example


Text Example

White with #A422AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A422AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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