Html Css Color HEX #A42070 Jazzberry Jam

📋 copy color: '#A42070'

red 164 ◦ green 32 ◦ blue 112

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

Shades of Jazzberry Jam #A42070

Tints of Jazzberry Jam #A42070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

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

R = 53.25%
G = 10.39%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A42070 (or 0xA42070) is known color: Jazzberry Jam. HEX triplet: A4, 20 and 70. RGB value is (164,32,112). Sum of RGB (Red+Green+Blue) = 164+32+112=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A42070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42070 is #5BDF8F. Grayscale: #505050. Windows color (decimal): -6021008 or 7348388. OLE color: 7348388.

HSL color Cylindrical-coordinate representation of color #A42070: hue angle of 323.64º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42070 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 112 -
CMYK 0 0.80 0.32 0.36
HSL 323.64º 0.67% 0.38% -
HSV(B) 323.64º 0.8% 0.64% -
XYZ 18.75 10.1 16.29 -
YUV 80.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 164 32 112 0 0.80 0.32 0.36 323.64 0.67 0.38
Hex A4 20 70 0 50 20 24 144 43 26
Octal 244 40 160 0 120 40 44 504 103 46
Binary 10100100 100000 1110000 0 1010000 100000 100100 101000100 1000011 100110

Color Harmonies of #A42070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42070

Black with #A42070

Text Example


Text Example

White with #A42070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42070; }

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

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

background-color css

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

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

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

border-color css

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

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

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