Html Css Color HEX #AF1159 Jazzberry Jam

📋 copy color: '#AF1159'

red 175 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #AF1159

Tints of Jazzberry Jam #AF1159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 62.28%
G = 6.05%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF1159 (or 0xAF1159) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 59. RGB value is (175,17,89). Sum of RGB (Red+Green+Blue) = 175+17+89=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1159 is #50EEA6. Grayscale: #484848. Windows color (decimal): -5303975 or 5837231. OLE color: 5837231.

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

Color convert

RGB 175 17 89 -
CMYK 0 0.90 0.49 0.31
HSL 332.66º 0.82% 0.38% -
HSV(B) 332.66º 0.9% 0.69% -
XYZ 19.68 10.24 10.39 -
YUV 72.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 175 17 89 0 0.90 0.49 0.31 332.66 0.82 0.38
Hex AF 11 59 0 5A 31 1F 14D 52 26
Octal 257 21 131 0 132 61 37 515 122 46
Binary 10101111 10001 1011001 0 1011010 110001 11111 101001101 1010010 100110

Color Harmonies of #AF1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1159

Black with #AF1159

Text Example


Text Example

White with #AF1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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