Html Css Color HEX #A320AB Dark Orchid

📋 copy color: '#A320AB'

red 163 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #A320AB

Tints of Dark Orchid #A320AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.74%

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

R = 44.54%
G = 8.74%
B = 46.72%

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

#A320AB (or 0xA320AB) is known color: Dark Orchid. HEX triplet: A3, 20 and AB. RGB value is (163,32,171). Sum of RGB (Red+Green+Blue) = 163+32+171=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #A320AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320AB is #5CDF54. Grayscale: #565656. Windows color (decimal): -6086485 or 11215011. OLE color: 11215011.

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

Color convert

RGB 163 32 171 -
CMYK 0.05 0.81 0 0.33
HSL 296.55º 0.68% 0.4% -
HSV(B) 296.55º 0.81% 0.67% -
XYZ 22.97 11.76 39.59 -
YUV 87.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 163 32 171 0.05 0.81 0 0.33 296.55 0.68 0.4
Hex A3 20 AB 5 51 0 21 129 44 28
Octal 243 40 253 5 121 0 41 451 104 50
Binary 10100011 100000 10101011 101 1010001 0 100001 100101001 1000100 101000

Color Harmonies of #A320AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320AB

Black with #A320AB

Text Example


Text Example

White with #A320AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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