Html Css Color HEX #AF1457 Jazzberry Jam

📋 copy color: '#AF1457'

red 175 ◦ green 20 ◦ blue 87

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

Shades of Jazzberry Jam #AF1457

Tints of Jazzberry Jam #AF1457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

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

R = 62.06%
G = 7.09%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1457 (or 0xAF1457) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 57. RGB value is (175,20,87). Sum of RGB (Red+Green+Blue) = 175+20+87=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1457 is #50EBA8. Grayscale: #494949. Windows color (decimal): -5303209 or 5706927. OLE color: 5706927.

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

Color convert

RGB 175 20 87 -
CMYK 0 0.89 0.50 0.31
HSL 334.06º 0.79% 0.38% -
HSV(B) 334.06º 0.89% 0.69% -
XYZ 19.65 10.3 9.97 -
YUV 73.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 175 20 87 0 0.89 0.50 0.31 334.06 0.79 0.38
Hex AF 14 57 0 59 32 1F 14E 4F 26
Octal 257 24 127 0 131 62 37 516 117 46
Binary 10101111 10100 1010111 0 1011001 110010 11111 101001110 1001111 100110

Color Harmonies of #AF1457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1457

Black with #AF1457

Text Example


Text Example

White with #AF1457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1457; }

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

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

background-color css

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

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

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

border-color css

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

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

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