Html Css Color HEX #AF0159 Jazzberry Jam

📋 copy color: '#AF0159'

red 175 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #AF0159

Tints of Jazzberry Jam #AF0159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 66.04%
G = 0.38%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF0159 (or 0xAF0159) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 59. RGB value is (175,1,89). Sum of RGB (Red+Green+Blue) = 175+1+89=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0159 is #50FEA6. Grayscale: #3E3E3E. Windows color (decimal): -5308071 or 5833135. OLE color: 5833135.

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

Color convert

RGB 175 1 89 -
CMYK 0 0.99 0.49 0.31
HSL 329.66º 0.99% 0.35% -
HSV(B) 329.66º 0.99% 0.69% -
XYZ 19.49 9.86 10.33 -
YUV 63.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 175 1 89 0 0.99 0.49 0.31 329.66 0.99 0.35
Hex AF 1 59 0 63 31 1F 14A 63 23
Octal 257 1 131 0 143 61 37 512 143 43
Binary 10101111 1 1011001 0 1100011 110001 11111 101001010 1100011 100011

Color Harmonies of #AF0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0159

Black with #AF0159

Text Example


Text Example

White with #AF0159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0159; }

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

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

background-color css

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

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

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

border-color css

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

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

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