Html Css Color HEX #AF1156 Jazzberry Jam

📋 copy color: '#AF1156'

red 175 ◦ green 17 ◦ blue 86

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

Shades of Jazzberry Jam #AF1156

Tints of Jazzberry Jam #AF1156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 62.95%
G = 6.12%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF1156 (or 0xAF1156) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 56. RGB value is (175,17,86). Sum of RGB (Red+Green+Blue) = 175+17+86=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1156 is #50EEA9. Grayscale: #474747. Windows color (decimal): -5303978 or 5640623. OLE color: 5640623.

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

Color convert

RGB 175 17 86 -
CMYK 0 0.90 0.51 0.31
HSL 333.8º 0.82% 0.38% -
HSV(B) 333.8º 0.9% 0.69% -
XYZ 19.56 10.19 9.74 -
YUV 72.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 175 17 86 0 0.90 0.51 0.31 333.8 0.82 0.38
Hex AF 11 56 0 5A 33 1F 14E 52 26
Octal 257 21 126 0 132 63 37 516 122 46
Binary 10101111 10001 1010110 0 1011010 110011 11111 101001110 1010010 100110

Color Harmonies of #AF1156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1156

Black with #AF1156

Text Example


Text Example

White with #AF1156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1156; }

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

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

background-color css

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

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

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

border-color css

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

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

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