Html Css Color HEX #A61475 Jazzberry Jam

📋 copy color: '#A61475'

red 166 ◦ green 20 ◦ blue 117

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

Shades of Jazzberry Jam #A61475

Tints of Jazzberry Jam #A61475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 54.79%
G = 6.6%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A61475 (or 0xA61475) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 75. RGB value is (166,20,117). Sum of RGB (Red+Green+Blue) = 166+20+117=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A61475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61475 is #59EB8A. Grayscale: #4A4A4A. Windows color (decimal): -5893003 or 7672998. OLE color: 7672998.

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

Color convert

RGB 166 20 117 -
CMYK 0 0.88 0.30 0.35
HSL 320.14º 0.78% 0.36% -
HSV(B) 320.14º 0.88% 0.65% -
XYZ 19.19 9.89 17.73 -
YUV 74.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 166 20 117 0 0.88 0.30 0.35 320.14 0.78 0.36
Hex A6 14 75 0 58 1E 23 140 4E 24
Octal 246 24 165 0 130 36 43 500 116 44
Binary 10100110 10100 1110101 0 1011000 11110 100011 101000000 1001110 100100

Color Harmonies of #A61475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61475

Black with #A61475

Text Example


Text Example

White with #A61475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61475; }

 p { color: rgb(166,20,117); }

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

background-color css

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

 a { background-color: rgb(166,20,117); }

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

border-color css

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

 span { border-color: rgb(166,20,117); }

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