Html Css Color HEX #A62570 Jazzberry Jam

📋 copy color: '#A62570'

red 166 ◦ green 37 ◦ blue 112

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

Shades of Jazzberry Jam #A62570

Tints of Jazzberry Jam #A62570

RGB

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

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

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

R = 52.7%
G = 11.75%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A62570 (or 0xA62570) is known color: Jazzberry Jam. HEX triplet: A6, 25 and 70. RGB value is (166,37,112). Sum of RGB (Red+Green+Blue) = 166+37+112=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A62570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62570 is #59DA8F. Grayscale: #535353. Windows color (decimal): -5888656 or 7349670. OLE color: 7349670.

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

Color convert

RGB 166 37 112 -
CMYK 0 0.78 0.33 0.35
HSL 325.12º 0.64% 0.4% -
HSV(B) 325.12º 0.78% 0.65% -
XYZ 19.31 10.6 16.36 -
YUV 84.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 166 37 112 0 0.78 0.33 0.35 325.12 0.64 0.4
Hex A6 25 70 0 4E 21 23 145 40 28
Octal 246 45 160 0 116 41 43 505 100 50
Binary 10100110 100101 1110000 0 1001110 100001 100011 101000101 1000000 101000

Color Harmonies of #A62570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62570

Black with #A62570

Text Example


Text Example

White with #A62570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62570; }

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

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

background-color css

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

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

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

border-color css

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

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

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