Html Css Color HEX #A3239B Dark Purple

📋 copy color: '#A3239B'

red 163 ◦ green 35 ◦ blue 155

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

Shades of Dark Purple #A3239B

Tints of Dark Purple #A3239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.92%

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 46.18%
G = 9.92%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3239B (or 0xA3239B) is known color: Dark Purple. HEX triplet: A3, 23 and 9B. RGB value is (163,35,155). Sum of RGB (Red+Green+Blue) = 163+35+155=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3239B is #5CDC64. Grayscale: #565656. Windows color (decimal): -6085733 or 10167203. OLE color: 10167203.

HSL color Cylindrical-coordinate representation of color #A3239B: hue angle of 303.75º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3239B is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 155 -
CMYK 0 0.79 0.05 0.36
HSL 303.75º 0.65% 0.39% -
HSV(B) 303.75º 0.79% 0.64% -
XYZ 21.62 11.36 32.06 -
YUV 86.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 163 35 155 0 0.79 0.05 0.36 303.75 0.65 0.39
Hex A3 23 9B 0 4F 5 24 130 41 27
Octal 243 43 233 0 117 5 44 460 101 47
Binary 10100011 100011 10011011 0 1001111 101 100100 100110000 1000001 100111

Color Harmonies of #A3239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3239B

Black with #A3239B

Text Example


Text Example

White with #A3239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3239B; }

 p { color: rgb(163,35,155); }

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

background-color css

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

 a { background-color: rgb(163,35,155); }

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

border-color css

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

 span { border-color: rgb(163,35,155); }

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