Html Css Color HEX #AF0547 Jazzberry Jam

📋 copy color: '#AF0547'

red 175 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #AF0547

Tints of Jazzberry Jam #AF0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.29%

R = 69.72%
G = 1.99%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF0547 (or 0xAF0547) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 47. RGB value is (175,5,71). Sum of RGB (Red+Green+Blue) = 175+5+71=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0547 is #50FAB8. Grayscale: #3F3F3F. Windows color (decimal): -5307065 or 4654511. OLE color: 4654511.

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

Color convert

RGB 175 5 71 -
CMYK 0 0.97 0.59 0.31
HSL 336.71º 0.94% 0.35% -
HSV(B) 336.71º 0.97% 0.69% -
XYZ 18.87 9.68 6.83 -
YUV 63.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 175 5 71 0 0.97 0.59 0.31 336.71 0.94 0.35
Hex AF 5 47 0 61 3B 1F 151 5E 23
Octal 257 5 107 0 141 73 37 521 136 43
Binary 10101111 101 1000111 0 1100001 111011 11111 101010001 1011110 100011

Color Harmonies of #AF0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0547

Black with #AF0547

Text Example


Text Example

White with #AF0547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0547; }

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

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

background-color css

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

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

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

border-color css

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

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

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