Html Css Color HEX #AF115C Jazzberry Jam

📋 copy color: '#AF115C'

red 175 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #AF115C

Tints of Jazzberry Jam #AF115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 61.62%
G = 5.99%
B = 32.39%

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

#AF115C (or 0xAF115C) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 5C. RGB value is (175,17,92). Sum of RGB (Red+Green+Blue) = 175+17+92=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF115C is #50EEA3. Grayscale: #484848. Windows color (decimal): -5303972 or 6033839. OLE color: 6033839.

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

Color convert

RGB 175 17 92 -
CMYK 0 0.90 0.47 0.31
HSL 331.52º 0.82% 0.38% -
HSV(B) 331.52º 0.9% 0.69% -
XYZ 19.81 10.29 11.07 -
YUV 72.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 175 17 92 0 0.90 0.47 0.31 331.52 0.82 0.38
Hex AF 11 5C 0 5A 2F 1F 14C 52 26
Octal 257 21 134 0 132 57 37 514 122 46
Binary 10101111 10001 1011100 0 1011010 101111 11111 101001100 1010010 100110

Color Harmonies of #AF115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF115C

Black with #AF115C

Text Example


Text Example

White with #AF115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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