Html Css Color HEX #A61375 Jazzberry Jam

📋 copy color: '#A61375'

red 166 ◦ green 19 ◦ blue 117

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

Shades of Jazzberry Jam #A61375

Tints of Jazzberry Jam #A61375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 54.97%
G = 6.29%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A61375 (or 0xA61375) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 75. RGB value is (166,19,117). Sum of RGB (Red+Green+Blue) = 166+19+117=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A61375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61375 is #59EC8A. Grayscale: #494949. Windows color (decimal): -5893259 or 7672742. OLE color: 7672742.

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

Color convert

RGB 166 19 117 -
CMYK 0 0.89 0.30 0.35
HSL 320º 0.79% 0.36% -
HSV(B) 320º 0.89% 0.65% -
XYZ 19.17 9.86 17.72 -
YUV 74.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 166 19 117 0 0.89 0.30 0.35 320 0.79 0.36
Hex A6 13 75 0 59 1E 23 140 4F 24
Octal 246 23 165 0 131 36 43 500 117 44
Binary 10100110 10011 1110101 0 1011001 11110 100011 101000000 1001111 100100

Color Harmonies of #A61375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61375

Black with #A61375

Text Example


Text Example

White with #A61375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61375; }

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

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

background-color css

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

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

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

border-color css

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

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

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