Html Css Color HEX #A322DC Dark Orchid

📋 copy color: '#A322DC'

red 163 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #A322DC

Tints of Dark Orchid #A322DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 39.09%
G = 8.15%
B = 52.76%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A322DC (or 0xA322DC) is known color: Dark Orchid. HEX triplet: A3, 22 and DC. RGB value is (163,34,220). Sum of RGB (Red+Green+Blue) = 163+34+220=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #A322DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322DC is #5CDD23. Grayscale: #5D5D5D. Windows color (decimal): -6085924 or 14426787. OLE color: 14426787.

HSL color Cylindrical-coordinate representation of color #A322DC: hue angle of 281.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A322DC is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 34 220 -
CMYK 0.26 0.85 0 0.14
HSL 281.61º 0.73% 0.5% -
HSV(B) 281.61º 0.85% 0.86% -
XYZ 28.59 14.1 68.92 -
YUV 93.78 199.24 177.38 -
System Red Green Blue C M Y K H S L
Decimal 163 34 220 0.26 0.85 0 0.14 281.61 0.73 0.5
Hex A3 22 DC 1A 55 0 E 11A 49 32
Octal 243 42 334 32 125 0 16 432 111 62
Binary 10100011 100010 11011100 11010 1010101 0 1110 100011010 1001001 110010

Color Harmonies of #A322DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A322DC

Black with #A322DC

Text Example


Text Example

White with #A322DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A322DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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