Html Css Color HEX #AF1157 Jazzberry Jam

📋 copy color: '#AF1157'

red 175 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #AF1157

Tints of Jazzberry Jam #AF1157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 62.72%
G = 6.09%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1157 (or 0xAF1157) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 57. RGB value is (175,17,87). Sum of RGB (Red+Green+Blue) = 175+17+87=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1157 is #50EEA8. Grayscale: #484848. Windows color (decimal): -5303977 or 5706159. OLE color: 5706159.

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

Color convert

RGB 175 17 87 -
CMYK 0 0.90 0.50 0.31
HSL 333.42º 0.82% 0.38% -
HSV(B) 333.42º 0.9% 0.69% -
XYZ 19.6 10.2 9.95 -
YUV 72.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 175 17 87 0 0.90 0.50 0.31 333.42 0.82 0.38
Hex AF 11 57 0 5A 32 1F 14D 52 26
Octal 257 21 127 0 132 62 37 515 122 46
Binary 10101111 10001 1010111 0 1011010 110010 11111 101001101 1010010 100110

Color Harmonies of #AF1157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1157

Black with #AF1157

Text Example


Text Example

White with #AF1157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1157; }

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

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

background-color css

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

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

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

border-color css

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

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

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