Html Css Color HEX #A3207A Dark Purple

📋 copy color: '#A3207A'

red 163 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #A3207A

Tints of Dark Purple #A3207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 51.42%
G = 10.09%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3207A (or 0xA3207A) is known color: Dark Purple. HEX triplet: A3, 20 and 7A. RGB value is (163,32,122). Sum of RGB (Red+Green+Blue) = 163+32+122=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A3207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3207A is #5CDF85. Grayscale: #515151. Windows color (decimal): -6086534 or 8003747. OLE color: 8003747.

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

Color convert

RGB 163 32 122 -
CMYK 0 0.80 0.25 0.36
HSL 318.78º 0.67% 0.38% -
HSV(B) 318.78º 0.8% 0.64% -
XYZ 19.13 10.22 19.38 -
YUV 81.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 163 32 122 0 0.80 0.25 0.36 318.78 0.67 0.38
Hex A3 20 7A 0 50 19 24 13F 43 26
Octal 243 40 172 0 120 31 44 477 103 46
Binary 10100011 100000 1111010 0 1010000 11001 100100 100111111 1000011 100110

Color Harmonies of #A3207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3207A

Black with #A3207A

Text Example


Text Example

White with #A3207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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