Html Css Color HEX #AF116D Jazzberry Jam

📋 copy color: '#AF116D'

red 175 ◦ green 17 ◦ blue 109

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

Shades of Jazzberry Jam #AF116D

Tints of Jazzberry Jam #AF116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 58.14%
G = 5.65%
B = 36.21%

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

#AF116D (or 0xAF116D) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 6D. RGB value is (175,17,109). Sum of RGB (Red+Green+Blue) = 175+17+109=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF116D is #50EE92. Grayscale: #4A4A4A. Windows color (decimal): -5303955 or 7147951. OLE color: 7147951.

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

Color convert

RGB 175 17 109 -
CMYK 0 0.90 0.38 0.31
HSL 325.06º 0.82% 0.38% -
HSV(B) 325.06º 0.9% 0.69% -
XYZ 20.64 10.62 15.43 -
YUV 74.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 175 17 109 0 0.90 0.38 0.31 325.06 0.82 0.38
Hex AF 11 6D 0 5A 26 1F 145 52 26
Octal 257 21 155 0 132 46 37 505 122 46
Binary 10101111 10001 1101101 0 1011010 100110 11111 101000101 1010010 100110

Color Harmonies of #AF116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF116D

Black with #AF116D

Text Example


Text Example

White with #AF116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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