Html Css Color HEX #A3249A Dark Purple

📋 copy color: '#A3249A'

red 163 ◦ green 36 ◦ blue 154

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

Shades of Dark Purple #A3249A

Tints of Dark Purple #A3249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 46.18%
G = 10.2%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A3249A (or 0xA3249A) is known color: Dark Purple. HEX triplet: A3, 24 and 9A. RGB value is (163,36,154). Sum of RGB (Red+Green+Blue) = 163+36+154=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3249A is #5CDB65. Grayscale: #575757. Windows color (decimal): -6085478 or 10101923. OLE color: 10101923.

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

Color convert

RGB 163 36 154 -
CMYK 0 0.78 0.06 0.36
HSL 304.25º 0.64% 0.39% -
HSV(B) 304.25º 0.78% 0.64% -
XYZ 21.57 11.38 31.63 -
YUV 87.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 163 36 154 0 0.78 0.06 0.36 304.25 0.64 0.39
Hex A3 24 9A 0 4E 6 24 130 40 27
Octal 243 44 232 0 116 6 44 460 100 47
Binary 10100011 100100 10011010 0 1001110 110 100100 100110000 1000000 100111

Color Harmonies of #A3249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3249A

Black with #A3249A

Text Example


Text Example

White with #A3249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3249A; }

 p { color: rgb(163,36,154); }

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

background-color css

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

 a { background-color: rgb(163,36,154); }

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

border-color css

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

 span { border-color: rgb(163,36,154); }

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