Html Css Color HEX #AF116C Jazzberry Jam

📋 copy color: '#AF116C'

red 175 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #AF116C

Tints of Jazzberry Jam #AF116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 58.33%
G = 5.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF116C (or 0xAF116C) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 6C. RGB value is (175,17,108). Sum of RGB (Red+Green+Blue) = 175+17+108=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF116C is #50EE93. Grayscale: #4A4A4A. Windows color (decimal): -5303956 or 7082415. OLE color: 7082415.

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

Color convert

RGB 175 17 108 -
CMYK 0 0.90 0.38 0.31
HSL 325.44º 0.82% 0.38% -
HSV(B) 325.44º 0.9% 0.69% -
XYZ 20.59 10.6 15.15 -
YUV 74.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 175 17 108 0 0.90 0.38 0.31 325.44 0.82 0.38
Hex AF 11 6C 0 5A 26 1F 145 52 26
Octal 257 21 154 0 132 46 37 505 122 46
Binary 10101111 10001 1101100 0 1011010 100110 11111 101000101 1010010 100110

Color Harmonies of #AF116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF116C

Black with #AF116C

Text Example


Text Example

White with #AF116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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