Html Css Color HEX #A7116E Jazzberry Jam

📋 copy color: '#A7116E'

red 167 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #A7116E

Tints of Jazzberry Jam #A7116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 56.8%
G = 5.78%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7116E (or 0xA7116E) is known color: Jazzberry Jam. HEX triplet: A7, 11 and 6E. RGB value is (167,17,110). Sum of RGB (Red+Green+Blue) = 167+17+110=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7116E is #58EE91. Grayscale: #484848. Windows color (decimal): -5828242 or 7213479. OLE color: 7213479.

HSL color Cylindrical-coordinate representation of color #A7116E: hue angle of 322.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7116E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 17 110 -
CMYK 0 0.90 0.34 0.35
HSL 322.8º 0.82% 0.36% -
HSV(B) 322.8º 0.9% 0.65% -
XYZ 18.95 9.74 15.63 -
YUV 72.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 167 17 110 0 0.90 0.34 0.35 322.8 0.82 0.36
Hex A7 11 6E 0 5A 22 23 143 52 24
Octal 247 21 156 0 132 42 43 503 122 44
Binary 10100111 10001 1101110 0 1011010 100010 100011 101000011 1010010 100100

Color Harmonies of #A7116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7116E

Black with #A7116E

Text Example


Text Example

White with #A7116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7116E; }

 p { color: rgb(167,17,110); }

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

background-color css

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

 a { background-color: rgb(167,17,110); }

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

border-color css

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

 span { border-color: rgb(167,17,110); }

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