Html Css Color HEX #A322AC Dark Orchid

📋 copy color: '#A322AC'

red 163 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #A322AC

Tints of Dark Orchid #A322AC

RGB

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

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

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

R = 44.17%
G = 9.21%
B = 46.61%

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

#A322AC (or 0xA322AC) is known color: Dark Orchid. HEX triplet: A3, 22 and AC. RGB value is (163,34,172). Sum of RGB (Red+Green+Blue) = 163+34+172=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 34 (13.67% from 255 or 9.21% 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 #A322AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A322AC is #5CDD53. Grayscale: #575757. Windows color (decimal): -6085972 or 11281059. OLE color: 11281059.

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

Color convert

RGB 163 34 172 -
CMYK 0.05 0.80 0 0.33
HSL 296.09º 0.67% 0.4% -
HSV(B) 296.09º 0.8% 0.67% -
XYZ 23.12 11.91 40.11 -
YUV 88.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 163 34 172 0.05 0.80 0 0.33 296.09 0.67 0.4
Hex A3 22 AC 5 50 0 21 128 43 28
Octal 243 42 254 5 120 0 41 450 103 50
Binary 10100011 100010 10101100 101 1010000 0 100001 100101000 1000011 101000

Color Harmonies of #A322AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A322AC

Black with #A322AC

Text Example


Text Example

White with #A322AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A322AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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