Html Css Color HEX #A71165 Jazzberry Jam

📋 copy color: '#A71165'

red 167 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #A71165

Tints of Jazzberry Jam #A71165

RGB

 RED value IS 167 (65.63% from 255) = 58.6%

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 58.6%
G = 5.96%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A71165 (or 0xA71165) is known color: Jazzberry Jam. HEX triplet: A7, 11 and 65. RGB value is (167,17,101). Sum of RGB (Red+Green+Blue) = 167+17+101=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A71165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71165 is #58EE9A. Grayscale: #474747. Windows color (decimal): -5828251 or 6623655. OLE color: 6623655.

HSL color Cylindrical-coordinate representation of color #A71165: hue angle of 326.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71165 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 17 101 -
CMYK 0 0.90 0.40 0.35
HSL 326.4º 0.82% 0.36% -
HSV(B) 326.4º 0.9% 0.65% -
XYZ 18.49 9.56 13.18 -
YUV 71.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 167 17 101 0 0.90 0.40 0.35 326.4 0.82 0.36
Hex A7 11 65 0 5A 28 23 146 52 24
Octal 247 21 145 0 132 50 43 506 122 44
Binary 10100111 10001 1100101 0 1011010 101000 100011 101000110 1010010 100100

Color Harmonies of #A71165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71165

Black with #A71165

Text Example


Text Example

White with #A71165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71165; }

 p { color: rgb(167,17,101); }

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

background-color css

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

 a { background-color: rgb(167,17,101); }

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

border-color css

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

 span { border-color: rgb(167,17,101); }

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