Html Css Color HEX #A61975 Jazzberry Jam

📋 copy color: '#A61975'

red 166 ◦ green 25 ◦ blue 117

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

Shades of Jazzberry Jam #A61975

Tints of Jazzberry Jam #A61975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

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

R = 53.9%
G = 8.12%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A61975 (or 0xA61975) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 75. RGB value is (166,25,117). Sum of RGB (Red+Green+Blue) = 166+25+117=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A61975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61975 is #59E68A. Grayscale: #4D4D4D. Windows color (decimal): -5891723 or 7674278. OLE color: 7674278.

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

Color convert

RGB 166 25 117 -
CMYK 0 0.85 0.30 0.35
HSL 320.85º 0.74% 0.37% -
HSV(B) 320.85º 0.85% 0.65% -
XYZ 19.28 10.09 17.76 -
YUV 77.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 166 25 117 0 0.85 0.30 0.35 320.85 0.74 0.37
Hex A6 19 75 0 55 1E 23 141 4A 25
Octal 246 31 165 0 125 36 43 501 112 45
Binary 10100110 11001 1110101 0 1010101 11110 100011 101000001 1001010 100101

Color Harmonies of #A61975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61975

Black with #A61975

Text Example


Text Example

White with #A61975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61975; }

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

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

background-color css

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

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

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

border-color css

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

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

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