Html Css Color HEX #AF1160 Jazzberry Jam

📋 copy color: '#AF1160'

red 175 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #AF1160

Tints of Jazzberry Jam #AF1160

RGB

 RED value IS 175 (68.75% from 255) = 60.76%

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

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 60.76%
G = 5.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF1160 (or 0xAF1160) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 60. RGB value is (175,17,96). Sum of RGB (Red+Green+Blue) = 175+17+96=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1160 is #50EE9F. Grayscale: #494949. Windows color (decimal): -5303968 or 6295983. OLE color: 6295983.

HSL color Cylindrical-coordinate representation of color #AF1160: hue angle of 330º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1160 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 96 -
CMYK 0 0.90 0.45 0.31
HSL 330º 0.82% 0.38% -
HSV(B) 330º 0.9% 0.69% -
XYZ 19.99 10.36 12.01 -
YUV 73.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 175 17 96 0 0.90 0.45 0.31 330 0.82 0.38
Hex AF 11 60 0 5A 2D 1F 14A 52 26
Octal 257 21 140 0 132 55 37 512 122 46
Binary 10101111 10001 1100000 0 1011010 101101 11111 101001010 1010010 100110

Color Harmonies of #AF1160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1160

Black with #AF1160

Text Example


Text Example

White with #AF1160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1160; }

 p { color: rgb(175,17,96); }

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

background-color css

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

 a { background-color: rgb(175,17,96); }

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

border-color css

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

 span { border-color: rgb(175,17,96); }

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