Html Css Color HEX #A61574 Jazzberry Jam

📋 copy color: '#A61574'

red 166 ◦ green 21 ◦ blue 116

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

Shades of Jazzberry Jam #A61574

Tints of Jazzberry Jam #A61574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 54.79%
G = 6.93%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A61574 (or 0xA61574) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 74. RGB value is (166,21,116). Sum of RGB (Red+Green+Blue) = 166+21+116=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A61574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61574 is #59EA8B. Grayscale: #4A4A4A. Windows color (decimal): -5892748 or 7607718. OLE color: 7607718.

HSL color Cylindrical-coordinate representation of color #A61574: hue angle of 320.69º 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 #A61574 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 116 -
CMYK 0 0.87 0.30 0.35
HSL 320.69º 0.78% 0.37% -
HSV(B) 320.69º 0.87% 0.65% -
XYZ 19.15 9.9 17.43 -
YUV 75.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 166 21 116 0 0.87 0.30 0.35 320.69 0.78 0.37
Hex A6 15 74 0 57 1E 23 141 4E 25
Octal 246 25 164 0 127 36 43 501 116 45
Binary 10100110 10101 1110100 0 1010111 11110 100011 101000001 1001110 100101

Color Harmonies of #A61574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61574

Black with #A61574

Text Example


Text Example

White with #A61574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61574; }

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

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

background-color css

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

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

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

border-color css

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

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

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