Html Css Color HEX #A62370 Jazzberry Jam

📋 copy color: '#A62370'

red 166 ◦ green 35 ◦ blue 112

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

Shades of Jazzberry Jam #A62370

Tints of Jazzberry Jam #A62370

RGB

 RED value IS 166 (65.23% from 255) = 53.04%

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

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

R = 53.04%
G = 11.18%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A62370 (or 0xA62370) is known color: Jazzberry Jam. HEX triplet: A6, 23 and 70. RGB value is (166,35,112). Sum of RGB (Red+Green+Blue) = 166+35+112=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A62370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62370 is #59DC8F. Grayscale: #525252. Windows color (decimal): -5889168 or 7349158. OLE color: 7349158.

HSL color Cylindrical-coordinate representation of color #A62370: hue angle of 324.73º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62370 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 35 112 -
CMYK 0 0.79 0.33 0.35
HSL 324.73º 0.65% 0.39% -
HSV(B) 324.73º 0.79% 0.65% -
XYZ 19.25 10.48 16.34 -
YUV 82.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 166 35 112 0 0.79 0.33 0.35 324.73 0.65 0.39
Hex A6 23 70 0 4F 21 23 145 41 27
Octal 246 43 160 0 117 41 43 505 101 47
Binary 10100110 100011 1110000 0 1001111 100001 100011 101000101 1000001 100111

Color Harmonies of #A62370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62370

Black with #A62370

Text Example


Text Example

White with #A62370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62370; }

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

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

background-color css

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

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

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

border-color css

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

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

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