Html Css Color HEX #AF0561 Jazzberry Jam

📋 copy color: '#AF0561'

red 175 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #AF0561

Tints of Jazzberry Jam #AF0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 63.18%
G = 1.81%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF0561 (or 0xAF0561) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 61. RGB value is (175,5,97). Sum of RGB (Red+Green+Blue) = 175+5+97=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0561 is #50FA9E. Grayscale: #424242. Windows color (decimal): -5307039 or 6358447. OLE color: 6358447.

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

Color convert

RGB 175 5 97 -
CMYK 0 0.97 0.45 0.31
HSL 327.53º 0.94% 0.35% -
HSV(B) 327.53º 0.97% 0.69% -
XYZ 19.89 10.09 12.21 -
YUV 66.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 175 5 97 0 0.97 0.45 0.31 327.53 0.94 0.35
Hex AF 5 61 0 61 2D 1F 148 5E 23
Octal 257 5 141 0 141 55 37 510 136 43
Binary 10101111 101 1100001 0 1100001 101101 11111 101001000 1011110 100011

Color Harmonies of #AF0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0561

Black with #AF0561

Text Example


Text Example

White with #AF0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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