Html Css Color HEX #AF1155 Jazzberry Jam

📋 copy color: '#AF1155'

red 175 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #AF1155

Tints of Jazzberry Jam #AF1155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 63.18%
G = 6.14%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF1155 (or 0xAF1155) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 55. RGB value is (175,17,85). Sum of RGB (Red+Green+Blue) = 175+17+85=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1155 is #50EEAA. Grayscale: #474747. Windows color (decimal): -5303979 or 5575087. OLE color: 5575087.

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

Color convert

RGB 175 17 85 -
CMYK 0 0.90 0.51 0.31
HSL 334.18º 0.82% 0.38% -
HSV(B) 334.18º 0.9% 0.69% -
XYZ 19.52 10.17 9.53 -
YUV 71.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 175 17 85 0 0.90 0.51 0.31 334.18 0.82 0.38
Hex AF 11 55 0 5A 33 1F 14E 52 26
Octal 257 21 125 0 132 63 37 516 122 46
Binary 10101111 10001 1010101 0 1011010 110011 11111 101001110 1010010 100110

Color Harmonies of #AF1155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1155

Black with #AF1155

Text Example


Text Example

White with #AF1155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1155; }

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

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

background-color css

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

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

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

border-color css

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

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

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