Html Css Color HEX #AF1B57 Jazzberry Jam

📋 copy color: '#AF1B57'

red 175 ◦ green 27 ◦ blue 87

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

Shades of Jazzberry Jam #AF1B57

Tints of Jazzberry Jam #AF1B57

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

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

R = 60.55%
G = 9.34%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1B57 (or 0xAF1B57) is known color: Jazzberry Jam. HEX triplet: AF, 1B and 57. RGB value is (175,27,87). Sum of RGB (Red+Green+Blue) = 175+27+87=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B57 is #50E4A8. Grayscale: #4E4E4E. Windows color (decimal): -5301417 or 5708719. OLE color: 5708719.

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

Color convert

RGB 175 27 87 -
CMYK 0 0.85 0.50 0.31
HSL 335.68º 0.73% 0.4% -
HSV(B) 335.68º 0.85% 0.69% -
XYZ 19.79 10.59 10.02 -
YUV 78.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 175 27 87 0 0.85 0.50 0.31 335.68 0.73 0.4
Hex AF 1B 57 0 55 32 1F 150 49 28
Octal 257 33 127 0 125 62 37 520 111 50
Binary 10101111 11011 1010111 0 1010101 110010 11111 101010000 1001001 101000

Color Harmonies of #AF1B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B57

Black with #AF1B57

Text Example


Text Example

White with #AF1B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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