Html Css Color HEX #A71865 Jazzberry Jam

📋 copy color: '#A71865'

red 167 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #A71865

Tints of Jazzberry Jam #A71865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

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

R = 57.19%
G = 8.22%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A71865 (or 0xA71865) is known color: Jazzberry Jam. HEX triplet: A7, 18 and 65. RGB value is (167,24,101). Sum of RGB (Red+Green+Blue) = 167+24+101=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A71865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71865 is #58E79A. Grayscale: #4B4B4B. Windows color (decimal): -5826459 or 6625447. OLE color: 6625447.

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

Color convert

RGB 167 24 101 -
CMYK 0 0.86 0.40 0.35
HSL 327.69º 0.75% 0.37% -
HSV(B) 327.69º 0.86% 0.65% -
XYZ 18.61 9.81 13.22 -
YUV 75.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 167 24 101 0 0.86 0.40 0.35 327.69 0.75 0.37
Hex A7 18 65 0 56 28 23 148 4B 25
Octal 247 30 145 0 126 50 43 510 113 45
Binary 10100111 11000 1100101 0 1010110 101000 100011 101001000 1001011 100101

Color Harmonies of #A71865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71865

Black with #A71865

Text Example


Text Example

White with #A71865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71865; }

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

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

background-color css

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

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

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

border-color css

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

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

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