Html Css Color HEX #A42570 Jazzberry Jam

📋 copy color: '#A42570'

red 164 ◦ green 37 ◦ blue 112

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

Shades of Jazzberry Jam #A42570

Tints of Jazzberry Jam #A42570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 52.4%
G = 11.82%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A42570 (or 0xA42570) is known color: Jazzberry Jam. HEX triplet: A4, 25 and 70. RGB value is (164,37,112). Sum of RGB (Red+Green+Blue) = 164+37+112=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A42570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42570 is #5BDA8F. Grayscale: #535353. Windows color (decimal): -6019728 or 7349668. OLE color: 7349668.

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

Color convert

RGB 164 37 112 -
CMYK 0 0.77 0.32 0.36
HSL 324.57º 0.63% 0.39% -
HSV(B) 324.57º 0.77% 0.64% -
XYZ 18.9 10.39 16.34 -
YUV 83.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 164 37 112 0 0.77 0.32 0.36 324.57 0.63 0.39
Hex A4 25 70 0 4D 20 24 145 3F 27
Octal 244 45 160 0 115 40 44 505 77 47
Binary 10100100 100101 1110000 0 1001101 100000 100100 101000101 111111 100111

Color Harmonies of #A42570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42570

Black with #A42570

Text Example


Text Example

White with #A42570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42570; }

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

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

background-color css

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

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

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

border-color css

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

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

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