Html Css Color HEX #AF1059 Jazzberry Jam

📋 copy color: '#AF1059'

red 175 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #AF1059

Tints of Jazzberry Jam #AF1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

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

R = 62.5%
G = 5.71%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF1059 (or 0xAF1059) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 59. RGB value is (175,16,89). Sum of RGB (Red+Green+Blue) = 175+16+89=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1059 is #50EFA6. Grayscale: #474747. Windows color (decimal): -5304231 or 5836975. OLE color: 5836975.

HSL color Cylindrical-coordinate representation of color #AF1059: hue angle of 332.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1059 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 89 -
CMYK 0 0.91 0.49 0.31
HSL 332.45º 0.83% 0.37% -
HSV(B) 332.45º 0.91% 0.69% -
XYZ 19.67 10.21 10.38 -
YUV 71.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 175 16 89 0 0.91 0.49 0.31 332.45 0.83 0.37
Hex AF 10 59 0 5B 31 1F 14C 53 25
Octal 257 20 131 0 133 61 37 514 123 45
Binary 10101111 10000 1011001 0 1011011 110001 11111 101001100 1010011 100101

Color Harmonies of #AF1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1059

Black with #AF1059

Text Example


Text Example

White with #AF1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1059; }

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

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

background-color css

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

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

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

border-color css

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

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

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