Html Css Color HEX #AF1460 Jazzberry Jam

📋 copy color: '#AF1460'

red 175 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #AF1460

Tints of Jazzberry Jam #AF1460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 60.14%
G = 6.87%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF1460 (or 0xAF1460) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 60. RGB value is (175,20,96). Sum of RGB (Red+Green+Blue) = 175+20+96=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1460 is #50EB9F. Grayscale: #4A4A4A. Windows color (decimal): -5303200 or 6296751. OLE color: 6296751.

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

Color convert

RGB 175 20 96 -
CMYK 0 0.89 0.45 0.31
HSL 330.58º 0.79% 0.38% -
HSV(B) 330.58º 0.89% 0.69% -
XYZ 20.04 10.46 12.03 -
YUV 75.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 175 20 96 0 0.89 0.45 0.31 330.58 0.79 0.38
Hex AF 14 60 0 59 2D 1F 14B 4F 26
Octal 257 24 140 0 131 55 37 513 117 46
Binary 10101111 10100 1100000 0 1011001 101101 11111 101001011 1001111 100110

Color Harmonies of #AF1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1460

Black with #AF1460

Text Example


Text Example

White with #AF1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1460; }

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

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

background-color css

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

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

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

border-color css

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

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

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