Html Css Color HEX #AF0549 Jazzberry Jam

📋 copy color: '#AF0549'

red 175 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #AF0549

Tints of Jazzberry Jam #AF0549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 69.17%
G = 1.98%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF0549 (or 0xAF0549) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 49. RGB value is (175,5,73). Sum of RGB (Red+Green+Blue) = 175+5+73=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0549 is #50FAB6. Grayscale: #3F3F3F. Windows color (decimal): -5307063 or 4785583. OLE color: 4785583.

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

Color convert

RGB 175 5 73 -
CMYK 0 0.97 0.58 0.31
HSL 336º 0.94% 0.35% -
HSV(B) 336º 0.97% 0.69% -
XYZ 18.94 9.7 7.18 -
YUV 63.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 175 5 73 0 0.97 0.58 0.31 336 0.94 0.35
Hex AF 5 49 0 61 3A 1F 150 5E 23
Octal 257 5 111 0 141 72 37 520 136 43
Binary 10101111 101 1001001 0 1100001 111010 11111 101010000 1011110 100011

Color Harmonies of #AF0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0549

Black with #AF0549

Text Example


Text Example

White with #AF0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0549; }

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

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

background-color css

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

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

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

border-color css

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

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

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