Html Css Color HEX #A3024A Jazzberry Jam

📋 copy color: '#A3024A'

red 163 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #A3024A

Tints of Jazzberry Jam #A3024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 68.2%
G = 0.84%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3024A (or 0xA3024A) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 4A. RGB value is (163,2,74). Sum of RGB (Red+Green+Blue) = 163+2+74=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A3024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3024A is #5CFDB5. Grayscale: #3A3A3A. Windows color (decimal): -6094262 or 4850339. OLE color: 4850339.

HSL color Cylindrical-coordinate representation of color #A3024A: hue angle of 333.17º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3024A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 74 -
CMYK 0 0.99 0.55 0.36
HSL 333.17º 0.98% 0.32% -
HSV(B) 333.17º 0.99% 0.64% -
XYZ 16.36 8.32 7.22 -
YUV 58.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 163 2 74 0 0.99 0.55 0.36 333.17 0.98 0.32
Hex A3 2 4A 0 63 37 24 14D 62 20
Octal 243 2 112 0 143 67 44 515 142 40
Binary 10100011 10 1001010 0 1100011 110111 100100 101001101 1100010 100000

Color Harmonies of #A3024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3024A

Black with #A3024A

Text Example


Text Example

White with #A3024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3024A; }

 p { color: rgb(163,2,74); }

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

background-color css

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

 a { background-color: rgb(163,2,74); }

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

border-color css

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

 span { border-color: rgb(163,2,74); }

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