Html Css Color HEX #AF0259 Jazzberry Jam

📋 copy color: '#AF0259'

red 175 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #AF0259

Tints of Jazzberry Jam #AF0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 65.79%
G = 0.75%
B = 33.46%

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

#AF0259 (or 0xAF0259) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 59. RGB value is (175,2,89). Sum of RGB (Red+Green+Blue) = 175+2+89=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0259 is #50FDA6. Grayscale: #3F3F3F. Windows color (decimal): -5307815 or 5833391. OLE color: 5833391.

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

Color convert

RGB 175 2 89 -
CMYK 0 0.99 0.49 0.31
HSL 329.83º 0.98% 0.35% -
HSV(B) 329.83º 0.99% 0.69% -
XYZ 19.5 9.88 10.33 -
YUV 63.65 142.31 207.43 -
System Red Green Blue C M Y K H S L
Decimal 175 2 89 0 0.99 0.49 0.31 329.83 0.98 0.35
Hex AF 2 59 0 63 31 1F 14A 62 23
Octal 257 2 131 0 143 61 37 512 142 43
Binary 10101111 10 1011001 0 1100011 110001 11111 101001010 1100010 100011

Color Harmonies of #AF0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0259

Black with #AF0259

Text Example


Text Example

White with #AF0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0259; }

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

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

background-color css

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

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

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

border-color css

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

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

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