Html Css Color HEX #AF0557 Jazzberry Jam

📋 copy color: '#AF0557'

red 175 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #AF0557

Tints of Jazzberry Jam #AF0557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.58%

R = 65.54%
G = 1.87%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF0557 (or 0xAF0557) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 57. RGB value is (175,5,87). Sum of RGB (Red+Green+Blue) = 175+5+87=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0557 is #50FAA8. Grayscale: #414141. Windows color (decimal): -5307049 or 5703087. OLE color: 5703087.

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

Color convert

RGB 175 5 87 -
CMYK 0 0.97 0.50 0.31
HSL 331.06º 0.94% 0.35% -
HSV(B) 331.06º 0.97% 0.69% -
XYZ 19.45 9.91 9.9 -
YUV 65.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 175 5 87 0 0.97 0.50 0.31 331.06 0.94 0.35
Hex AF 5 57 0 61 32 1F 14B 5E 23
Octal 257 5 127 0 141 62 37 513 136 43
Binary 10101111 101 1010111 0 1100001 110010 11111 101001011 1011110 100011

Color Harmonies of #AF0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0557

Black with #AF0557

Text Example


Text Example

White with #AF0557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0557; }

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

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

background-color css

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

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

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

border-color css

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

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

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