Html Css Color HEX #AF1C57 Jazzberry Jam

📋 copy color: '#AF1C57'

red 175 ◦ green 28 ◦ blue 87

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

Shades of Jazzberry Jam #AF1C57

Tints of Jazzberry Jam #AF1C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.66%

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

R = 60.34%
G = 9.66%
B = 30%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1C57 (or 0xAF1C57) is known color: Jazzberry Jam. HEX triplet: AF, 1C and 57. RGB value is (175,28,87). Sum of RGB (Red+Green+Blue) = 175+28+87=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1C57 is #50E3A8. Grayscale: #4E4E4E. Windows color (decimal): -5301161 or 5708975. OLE color: 5708975.

HSL color Cylindrical-coordinate representation of color #AF1C57: hue angle of 335.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C57 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 87 -
CMYK 0 0.84 0.50 0.31
HSL 335.92º 0.72% 0.4% -
HSV(B) 335.92º 0.84% 0.69% -
XYZ 19.81 10.63 10.02 -
YUV 78.68 132.7 196.7 -
System Red Green Blue C M Y K H S L
Decimal 175 28 87 0 0.84 0.50 0.31 335.92 0.72 0.4
Hex AF 1C 57 0 54 32 1F 150 48 28
Octal 257 34 127 0 124 62 37 520 110 50
Binary 10101111 11100 1010111 0 1010100 110010 11111 101010000 1001000 101000

Color Harmonies of #AF1C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C57

Black with #AF1C57

Text Example


Text Example

White with #AF1C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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