Html Css Color HEX #A71569 Jazzberry Jam

📋 copy color: '#A71569'

red 167 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #A71569

Tints of Jazzberry Jam #A71569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 57%
G = 7.17%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A71569 (or 0xA71569) is known color: Jazzberry Jam. HEX triplet: A7, 15 and 69. RGB value is (167,21,105). Sum of RGB (Red+Green+Blue) = 167+21+105=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A71569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71569 is #58EA96. Grayscale: #4A4A4A. Windows color (decimal): -5827223 or 6886823. OLE color: 6886823.

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

Color convert

RGB 167 21 105 -
CMYK 0 0.87 0.37 0.35
HSL 325.48º 0.78% 0.37% -
HSV(B) 325.48º 0.87% 0.65% -
XYZ 18.75 9.77 14.26 -
YUV 74.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 167 21 105 0 0.87 0.37 0.35 325.48 0.78 0.37
Hex A7 15 69 0 57 25 23 145 4E 25
Octal 247 25 151 0 127 45 43 505 116 45
Binary 10100111 10101 1101001 0 1010111 100101 100011 101000101 1001110 100101

Color Harmonies of #A71569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71569

Black with #A71569

Text Example


Text Example

White with #A71569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71569; }

 p { color: rgb(167,21,105); }

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

background-color css

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

 a { background-color: rgb(167,21,105); }

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

border-color css

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

 span { border-color: rgb(167,21,105); }

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