Html Css Color HEX #A61570 Jazzberry Jam

📋 copy color: '#A61570'

red 166 ◦ green 21 ◦ blue 112

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

Shades of Jazzberry Jam #A61570

Tints of Jazzberry Jam #A61570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

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

R = 55.52%
G = 7.02%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A61570 (or 0xA61570) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 70. RGB value is (166,21,112). Sum of RGB (Red+Green+Blue) = 166+21+112=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A61570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61570 is #59EA8F. Grayscale: #4A4A4A. Windows color (decimal): -5892752 or 7345574. OLE color: 7345574.

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

Color convert

RGB 166 21 112 -
CMYK 0 0.87 0.33 0.35
HSL 322.34º 0.78% 0.37% -
HSV(B) 322.34º 0.87% 0.65% -
XYZ 18.92 9.81 16.23 -
YUV 74.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 166 21 112 0 0.87 0.33 0.35 322.34 0.78 0.37
Hex A6 15 70 0 57 21 23 142 4E 25
Octal 246 25 160 0 127 41 43 502 116 45
Binary 10100110 10101 1110000 0 1010111 100001 100011 101000010 1001110 100101

Color Harmonies of #A61570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61570

Black with #A61570

Text Example


Text Example

White with #A61570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61570; }

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

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

background-color css

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

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

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

border-color css

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

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

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