Html Css Color HEX #A61575 Jazzberry Jam

📋 copy color: '#A61575'

red 166 ◦ green 21 ◦ blue 117

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

Shades of Jazzberry Jam #A61575

Tints of Jazzberry Jam #A61575

RGB

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

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

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

R = 54.61%
G = 6.91%
B = 38.49%

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

#A61575 (or 0xA61575) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 75. RGB value is (166,21,117). Sum of RGB (Red+Green+Blue) = 166+21+117=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A61575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61575 is #59EA8A. Grayscale: #4B4B4B. Windows color (decimal): -5892747 or 7673254. OLE color: 7673254.

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

Color convert

RGB 166 21 117 -
CMYK 0 0.87 0.30 0.35
HSL 320.28º 0.78% 0.37% -
HSV(B) 320.28º 0.87% 0.65% -
XYZ 19.2 9.93 17.73 -
YUV 75.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 166 21 117 0 0.87 0.30 0.35 320.28 0.78 0.37
Hex A6 15 75 0 57 1E 23 140 4E 25
Octal 246 25 165 0 127 36 43 500 116 45
Binary 10100110 10101 1110101 0 1010111 11110 100011 101000000 1001110 100101

Color Harmonies of #A61575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61575

Black with #A61575

Text Example


Text Example

White with #A61575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61575; }

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

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

background-color css

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

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

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

border-color css

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

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

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