Html Css Color HEX #A3208B Dark Purple

📋 copy color: '#A3208B'

red 163 ◦ green 32 ◦ blue 139

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

Shades of Dark Purple #A3208B

Tints of Dark Purple #A3208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 48.8%
G = 9.58%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3208B (or 0xA3208B) is known color: Dark Purple. HEX triplet: A3, 20 and 8B. RGB value is (163,32,139). Sum of RGB (Red+Green+Blue) = 163+32+139=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A3208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3208B is #5CDF74. Grayscale: #535353. Windows color (decimal): -6086517 or 9117859. OLE color: 9117859.

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

Color convert

RGB 163 32 139 -
CMYK 0 0.80 0.15 0.36
HSL 310.99º 0.67% 0.38% -
HSV(B) 310.99º 0.8% 0.64% -
XYZ 20.28 10.68 25.42 -
YUV 83.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 163 32 139 0 0.80 0.15 0.36 310.99 0.67 0.38
Hex A3 20 8B 0 50 F 24 137 43 26
Octal 243 40 213 0 120 17 44 467 103 46
Binary 10100011 100000 10001011 0 1010000 1111 100100 100110111 1000011 100110

Color Harmonies of #A3208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3208B

Black with #A3208B

Text Example


Text Example

White with #A3208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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