Html Css Color HEX #AF1171 Jazzberry Jam

📋 copy color: '#AF1171'

red 175 ◦ green 17 ◦ blue 113

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

Shades of Jazzberry Jam #AF1171

Tints of Jazzberry Jam #AF1171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 57.38%
G = 5.57%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF1171 (or 0xAF1171) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 71. RGB value is (175,17,113). Sum of RGB (Red+Green+Blue) = 175+17+113=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1171 is #50EE8E. Grayscale: #4A4A4A. Windows color (decimal): -5303951 or 7410095. OLE color: 7410095.

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

Color convert

RGB 175 17 113 -
CMYK 0 0.90 0.35 0.31
HSL 323.54º 0.82% 0.38% -
HSV(B) 323.54º 0.9% 0.69% -
XYZ 20.86 10.71 16.59 -
YUV 75.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 175 17 113 0 0.90 0.35 0.31 323.54 0.82 0.38
Hex AF 11 71 0 5A 23 1F 144 52 26
Octal 257 21 161 0 132 43 37 504 122 46
Binary 10101111 10001 1110001 0 1011010 100011 11111 101000100 1010010 100110

Color Harmonies of #AF1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1171

Black with #AF1171

Text Example


Text Example

White with #AF1171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1171; }

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

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

background-color css

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

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

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

border-color css

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

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

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