Html Css Color HEX #A42370 Jazzberry Jam

📋 copy color: '#A42370'

red 164 ◦ green 35 ◦ blue 112

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

Shades of Jazzberry Jam #A42370

Tints of Jazzberry Jam #A42370

RGB

 RED value IS 164 (64.45% from 255) = 52.73%

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

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 52.73%
G = 11.25%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A42370 (or 0xA42370) is known color: Jazzberry Jam. HEX triplet: A4, 23 and 70. RGB value is (164,35,112). Sum of RGB (Red+Green+Blue) = 164+35+112=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A42370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42370 is #5BDC8F. Grayscale: #525252. Windows color (decimal): -6020240 or 7349156. OLE color: 7349156.

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

Color convert

RGB 164 35 112 -
CMYK 0 0.79 0.32 0.36
HSL 324.19º 0.65% 0.39% -
HSV(B) 324.19º 0.79% 0.64% -
XYZ 18.84 10.26 16.32 -
YUV 82.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 164 35 112 0 0.79 0.32 0.36 324.19 0.65 0.39
Hex A4 23 70 0 4F 20 24 144 41 27
Octal 244 43 160 0 117 40 44 504 101 47
Binary 10100100 100011 1110000 0 1001111 100000 100100 101000100 1000001 100111

Color Harmonies of #A42370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42370

Black with #A42370

Text Example


Text Example

White with #A42370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42370; }

 p { color: rgb(164,35,112); }

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

background-color css

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

 a { background-color: rgb(164,35,112); }

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

border-color css

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

 span { border-color: rgb(164,35,112); }

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