Html Css Color HEX #A321AB Dark Orchid

📋 copy color: '#A321AB'

red 163 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #A321AB

Tints of Dark Orchid #A321AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 44.41%
G = 8.99%
B = 46.59%

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

#A321AB (or 0xA321AB) is known color: Dark Orchid. HEX triplet: A3, 21 and AB. RGB value is (163,33,171). Sum of RGB (Red+Green+Blue) = 163+33+171=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #A321AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A321AB is #5CDE54. Grayscale: #575757. Windows color (decimal): -6086229 or 11215267. OLE color: 11215267.

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

Color convert

RGB 163 33 171 -
CMYK 0.05 0.81 0 0.33
HSL 296.52º 0.68% 0.4% -
HSV(B) 296.52º 0.81% 0.67% -
XYZ 23 11.81 39.6 -
YUV 87.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 163 33 171 0.05 0.81 0 0.33 296.52 0.68 0.4
Hex A3 21 AB 5 51 0 21 129 44 28
Octal 243 41 253 5 121 0 41 451 104 50
Binary 10100011 100001 10101011 101 1010001 0 100001 100101001 1000100 101000

Color Harmonies of #A321AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321AB

Black with #A321AB

Text Example


Text Example

White with #A321AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321AB; }

 p { color: rgb(163,33,171); }

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

background-color css

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

 a { background-color: rgb(163,33,171); }

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

border-color css

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

 span { border-color: rgb(163,33,171); }

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