Html Css Color HEX #A71A67 Jazzberry Jam

📋 copy color: '#A71A67'

red 167 ◦ green 26 ◦ blue 103

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

Shades of Jazzberry Jam #A71A67

Tints of Jazzberry Jam #A71A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.8%

R = 56.42%
G = 8.78%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A71A67 (or 0xA71A67) is known color: Jazzberry Jam. HEX triplet: A7, 1A and 67. RGB value is (167,26,103). Sum of RGB (Red+Green+Blue) = 167+26+103=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71A67 is #58E598. Grayscale: #4C4C4C. Windows color (decimal): -5825945 or 6757031. OLE color: 6757031.

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

Color convert

RGB 167 26 103 -
CMYK 0 0.84 0.38 0.35
HSL 327.23º 0.73% 0.38% -
HSV(B) 327.23º 0.84% 0.65% -
XYZ 18.75 9.93 13.76 -
YUV 76.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 167 26 103 0 0.84 0.38 0.35 327.23 0.73 0.38
Hex A7 1A 67 0 54 26 23 147 49 26
Octal 247 32 147 0 124 46 43 507 111 46
Binary 10100111 11010 1100111 0 1010100 100110 100011 101000111 1001001 100110

Color Harmonies of #A71A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A67

Black with #A71A67

Text Example


Text Example

White with #A71A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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