Html Css Color HEX #A7146F Jazzberry Jam

📋 copy color: '#A7146F'

red 167 ◦ green 20 ◦ blue 111

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

Shades of Jazzberry Jam #A7146F

Tints of Jazzberry Jam #A7146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 56.04%
G = 6.71%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7146F (or 0xA7146F) is known color: Jazzberry Jam. HEX triplet: A7, 14 and 6F. RGB value is (167,20,111). Sum of RGB (Red+Green+Blue) = 167+20+111=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A7146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7146F is #58EB90. Grayscale: #4A4A4A. Windows color (decimal): -5827473 or 7279783. OLE color: 7279783.

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

Color convert

RGB 167 20 111 -
CMYK 0 0.88 0.34 0.35
HSL 322.86º 0.79% 0.37% -
HSV(B) 322.86º 0.88% 0.65% -
XYZ 19.06 9.86 15.94 -
YUV 74.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 167 20 111 0 0.88 0.34 0.35 322.86 0.79 0.37
Hex A7 14 6F 0 58 22 23 143 4F 25
Octal 247 24 157 0 130 42 43 503 117 45
Binary 10100111 10100 1101111 0 1011000 100010 100011 101000011 1001111 100101

Color Harmonies of #A7146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7146F

Black with #A7146F

Text Example


Text Example

White with #A7146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7146F; }

 p { color: rgb(167,20,111); }

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

background-color css

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

 a { background-color: rgb(167,20,111); }

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

border-color css

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

 span { border-color: rgb(167,20,111); }

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