Html Css Color HEX #AF1153 Jazzberry Jam

📋 copy color: '#AF1153'

red 175 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #AF1153

Tints of Jazzberry Jam #AF1153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.18%

R = 63.64%
G = 6.18%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1153 (or 0xAF1153) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 53. RGB value is (175,17,83). Sum of RGB (Red+Green+Blue) = 175+17+83=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1153 is #50EEAC. Grayscale: #474747. Windows color (decimal): -5303981 or 5444015. OLE color: 5444015.

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

Color convert

RGB 175 17 83 -
CMYK 0 0.90 0.53 0.31
HSL 334.94º 0.82% 0.38% -
HSV(B) 334.94º 0.9% 0.69% -
XYZ 19.44 10.14 9.12 -
YUV 71.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 175 17 83 0 0.90 0.53 0.31 334.94 0.82 0.38
Hex AF 11 53 0 5A 35 1F 14F 52 26
Octal 257 21 123 0 132 65 37 517 122 46
Binary 10101111 10001 1010011 0 1011010 110101 11111 101001111 1010010 100110

Color Harmonies of #AF1153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1153

Black with #AF1153

Text Example


Text Example

White with #AF1153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1153; }

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

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

background-color css

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

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

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

border-color css

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

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

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