Html Css Color HEX #AF0960 Jazzberry Jam

📋 copy color: '#AF0960'

red 175 ◦ green 9 ◦ blue 96

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

Shades of Jazzberry Jam #AF0960

Tints of Jazzberry Jam #AF0960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 62.5%
G = 3.21%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF0960 (or 0xAF0960) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 60. RGB value is (175,9,96). Sum of RGB (Red+Green+Blue) = 175+9+96=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0960 is #50F69F. Grayscale: #444444. Windows color (decimal): -5306016 or 6293935. OLE color: 6293935.

HSL color Cylindrical-coordinate representation of color #AF0960: hue angle of 328.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0960 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 96 -
CMYK 0 0.95 0.45 0.31
HSL 328.55º 0.9% 0.36% -
HSV(B) 328.55º 0.95% 0.69% -
XYZ 19.89 10.15 11.98 -
YUV 68.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 175 9 96 0 0.95 0.45 0.31 328.55 0.9 0.36
Hex AF 9 60 0 5F 2D 1F 149 5A 24
Octal 257 11 140 0 137 55 37 511 132 44
Binary 10101111 1001 1100000 0 1011111 101101 11111 101001001 1011010 100100

Color Harmonies of #AF0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0960

Black with #AF0960

Text Example


Text Example

White with #AF0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0960; }

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

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

background-color css

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

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

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

border-color css

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

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

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