Html Css Color HEX #AF0249 Jazzberry Jam

📋 copy color: '#AF0249'

red 175 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #AF0249

Tints of Jazzberry Jam #AF0249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.2%

R = 70%
G = 0.8%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF0249 (or 0xAF0249) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 49. RGB value is (175,2,73). Sum of RGB (Red+Green+Blue) = 175+2+73=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0249 is #50FDB6. Grayscale: #3D3D3D. Windows color (decimal): -5307831 or 4784815. OLE color: 4784815.

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

Color convert

RGB 175 2 73 -
CMYK 0 0.99 0.58 0.31
HSL 335.38º 0.98% 0.35% -
HSV(B) 335.38º 0.99% 0.69% -
XYZ 18.9 9.64 7.17 -
YUV 61.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 175 2 73 0 0.99 0.58 0.31 335.38 0.98 0.35
Hex AF 2 49 0 63 3A 1F 14F 62 23
Octal 257 2 111 0 143 72 37 517 142 43
Binary 10101111 10 1001001 0 1100011 111010 11111 101001111 1100010 100011

Color Harmonies of #AF0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0249

Black with #AF0249

Text Example


Text Example

White with #AF0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0249; }

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

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

background-color css

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

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

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

border-color css

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

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

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