Html Css Color HEX #AF116F Jazzberry Jam

📋 copy color: '#AF116F'

red 175 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #AF116F

Tints of Jazzberry Jam #AF116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 57.76%
G = 5.61%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF116F (or 0xAF116F) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 6F. RGB value is (175,17,111). Sum of RGB (Red+Green+Blue) = 175+17+111=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF116F is #50EE90. Grayscale: #4A4A4A. Windows color (decimal): -5303953 or 7279023. OLE color: 7279023.

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

Color convert

RGB 175 17 111 -
CMYK 0 0.90 0.37 0.31
HSL 324.3º 0.82% 0.38% -
HSV(B) 324.3º 0.9% 0.69% -
XYZ 20.75 10.66 16 -
YUV 74.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 175 17 111 0 0.90 0.37 0.31 324.3 0.82 0.38
Hex AF 11 6F 0 5A 25 1F 144 52 26
Octal 257 21 157 0 132 45 37 504 122 46
Binary 10101111 10001 1101111 0 1011010 100101 11111 101000100 1010010 100110

Color Harmonies of #AF116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF116F

Black with #AF116F

Text Example


Text Example

White with #AF116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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