Html Css Color HEX #AF1357 Jazzberry Jam

📋 copy color: '#AF1357'

red 175 ◦ green 19 ◦ blue 87

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

Shades of Jazzberry Jam #AF1357

Tints of Jazzberry Jam #AF1357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 62.28%
G = 6.76%
B = 30.96%

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

#AF1357 (or 0xAF1357) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 57. RGB value is (175,19,87). Sum of RGB (Red+Green+Blue) = 175+19+87=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1357 is #50ECA8. Grayscale: #494949. Windows color (decimal): -5303465 or 5706671. OLE color: 5706671.

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

Color convert

RGB 175 19 87 -
CMYK 0 0.89 0.50 0.31
HSL 333.85º 0.8% 0.38% -
HSV(B) 333.85º 0.89% 0.69% -
XYZ 19.63 10.27 9.96 -
YUV 73.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 175 19 87 0 0.89 0.50 0.31 333.85 0.8 0.38
Hex AF 13 57 0 59 32 1F 14E 50 26
Octal 257 23 127 0 131 62 37 516 120 46
Binary 10101111 10011 1010111 0 1011001 110010 11111 101001110 1010000 100110

Color Harmonies of #AF1357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1357

Black with #AF1357

Text Example


Text Example

White with #AF1357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1357; }

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

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

background-color css

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

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

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

border-color css

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

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

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