Html Css Color HEX #AF115D Jazzberry Jam

📋 copy color: '#AF115D'

red 175 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #AF115D

Tints of Jazzberry Jam #AF115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 61.4%
G = 5.96%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF115D (or 0xAF115D) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 5D. RGB value is (175,17,93). Sum of RGB (Red+Green+Blue) = 175+17+93=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF115D is #50EEA2. Grayscale: #484848. Windows color (decimal): -5303971 or 6099375. OLE color: 6099375.

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

Color convert

RGB 175 17 93 -
CMYK 0 0.90 0.47 0.31
HSL 331.14º 0.82% 0.38% -
HSV(B) 331.14º 0.9% 0.69% -
XYZ 19.86 10.31 11.3 -
YUV 72.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 175 17 93 0 0.90 0.47 0.31 331.14 0.82 0.38
Hex AF 11 5D 0 5A 2F 1F 14B 52 26
Octal 257 21 135 0 132 57 37 513 122 46
Binary 10101111 10001 1011101 0 1011010 101111 11111 101001011 1010010 100110

Color Harmonies of #AF115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF115D

Black with #AF115D

Text Example


Text Example

White with #AF115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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