Html Css Color HEX #A3207B Dark Purple

📋 copy color: '#A3207B'

red 163 ◦ green 32 ◦ blue 123

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

Shades of Dark Purple #A3207B

Tints of Dark Purple #A3207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 51.26%
G = 10.06%
B = 38.68%

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

#A3207B (or 0xA3207B) is known color: Dark Purple. HEX triplet: A3, 20 and 7B. RGB value is (163,32,123). Sum of RGB (Red+Green+Blue) = 163+32+123=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A3207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3207B is #5CDF84. Grayscale: #515151. Windows color (decimal): -6086533 or 8069283. OLE color: 8069283.

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

Color convert

RGB 163 32 123 -
CMYK 0 0.80 0.25 0.36
HSL 318.32º 0.67% 0.38% -
HSV(B) 318.32º 0.8% 0.64% -
XYZ 19.2 10.25 19.71 -
YUV 81.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 163 32 123 0 0.80 0.25 0.36 318.32 0.67 0.38
Hex A3 20 7B 0 50 19 24 13E 43 26
Octal 243 40 173 0 120 31 44 476 103 46
Binary 10100011 100000 1111011 0 1010000 11001 100100 100111110 1000011 100110

Color Harmonies of #A3207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3207B

Black with #A3207B

Text Example


Text Example

White with #A3207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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