Html Css Color HEX #AF1259 Jazzberry Jam

📋 copy color: '#AF1259'

red 175 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #AF1259

Tints of Jazzberry Jam #AF1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 62.06%
G = 6.38%
B = 31.56%

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

#AF1259 (or 0xAF1259) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 59. RGB value is (175,18,89). Sum of RGB (Red+Green+Blue) = 175+18+89=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1259 is #50EDA6. Grayscale: #484848. Windows color (decimal): -5303719 or 5837487. OLE color: 5837487.

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

Color convert

RGB 175 18 89 -
CMYK 0 0.90 0.49 0.31
HSL 332.87º 0.81% 0.38% -
HSV(B) 332.87º 0.9% 0.69% -
XYZ 19.7 10.27 10.39 -
YUV 73.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 175 18 89 0 0.90 0.49 0.31 332.87 0.81 0.38
Hex AF 12 59 0 5A 31 1F 14D 51 26
Octal 257 22 131 0 132 61 37 515 121 46
Binary 10101111 10010 1011001 0 1011010 110001 11111 101001101 1010001 100110

Color Harmonies of #AF1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1259

Black with #AF1259

Text Example


Text Example

White with #AF1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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