Html Css Color HEX #A71A5E Jazzberry Jam

📋 copy color: '#A71A5E'

red 167 ◦ green 26 ◦ blue 94

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

Shades of Jazzberry Jam #A71A5E

Tints of Jazzberry Jam #A71A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 58.19%
G = 9.06%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A71A5E (or 0xA71A5E) is known color: Jazzberry Jam. HEX triplet: A7, 1A and 5E. RGB value is (167,26,94). Sum of RGB (Red+Green+Blue) = 167+26+94=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71A5E is #58E5A1. Grayscale: #4B4B4B. Windows color (decimal): -5825954 or 6167207. OLE color: 6167207.

HSL color Cylindrical-coordinate representation of color #A71A5E: hue angle of 331.06º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71A5E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 26 94 -
CMYK 0 0.84 0.44 0.35
HSL 331.06º 0.73% 0.38% -
HSV(B) 331.06º 0.84% 0.65% -
XYZ 18.33 9.76 11.51 -
YUV 75.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 167 26 94 0 0.84 0.44 0.35 331.06 0.73 0.38
Hex A7 1A 5E 0 54 2C 23 14B 49 26
Octal 247 32 136 0 124 54 43 513 111 46
Binary 10100111 11010 1011110 0 1010100 101100 100011 101001011 1001001 100110

Color Harmonies of #A71A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A5E

Black with #A71A5E

Text Example


Text Example

White with #A71A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A5E; }

 p { color: rgb(167,26,94); }

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

background-color css

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

 a { background-color: rgb(167,26,94); }

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

border-color css

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

 span { border-color: rgb(167,26,94); }

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