Html Css Color HEX #A3208C Dark Purple

📋 copy color: '#A3208C'

red 163 ◦ green 32 ◦ blue 140

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

Shades of Dark Purple #A3208C

Tints of Dark Purple #A3208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 48.66%
G = 9.55%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3208C (or 0xA3208C) is known color: Dark Purple. HEX triplet: A3, 20 and 8C. RGB value is (163,32,140). Sum of RGB (Red+Green+Blue) = 163+32+140=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3208C is #5CDF73. Grayscale: #535353. Windows color (decimal): -6086516 or 9183395. OLE color: 9183395.

HSL color Cylindrical-coordinate representation of color #A3208C: hue angle of 310.53º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3208C is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 32 140 -
CMYK 0 0.80 0.14 0.36
HSL 310.53º 0.67% 0.38% -
HSV(B) 310.53º 0.8% 0.64% -
XYZ 20.35 10.71 25.81 -
YUV 83.48 159.9 184.72 -
System Red Green Blue C M Y K H S L
Decimal 163 32 140 0 0.80 0.14 0.36 310.53 0.67 0.38
Hex A3 20 8C 0 50 E 24 137 43 26
Octal 243 40 214 0 120 16 44 467 103 46
Binary 10100011 100000 10001100 0 1010000 1110 100100 100110111 1000011 100110

Color Harmonies of #A3208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3208C

Black with #A3208C

Text Example


Text Example

White with #A3208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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