Html Css Color HEX #AF1158 Jazzberry Jam

📋 copy color: '#AF1158'

red 175 ◦ green 17 ◦ blue 88

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

Shades of Jazzberry Jam #AF1158

Tints of Jazzberry Jam #AF1158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 62.5%
G = 6.07%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1158 (or 0xAF1158) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 58. RGB value is (175,17,88). Sum of RGB (Red+Green+Blue) = 175+17+88=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1158 is #50EEA7. Grayscale: #484848. Windows color (decimal): -5303976 or 5771695. OLE color: 5771695.

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

Color convert

RGB 175 17 88 -
CMYK 0 0.90 0.50 0.31
HSL 333.04º 0.82% 0.38% -
HSV(B) 333.04º 0.9% 0.69% -
XYZ 19.64 10.22 10.17 -
YUV 72.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 175 17 88 0 0.90 0.50 0.31 333.04 0.82 0.38
Hex AF 11 58 0 5A 32 1F 14D 52 26
Octal 257 21 130 0 132 62 37 515 122 46
Binary 10101111 10001 1011000 0 1011010 110010 11111 101001101 1010010 100110

Color Harmonies of #AF1158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1158

Black with #AF1158

Text Example


Text Example

White with #AF1158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1158; }

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

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

background-color css

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

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

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

border-color css

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

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

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