Html Css Color HEX #AF0160 Jazzberry Jam

📋 copy color: '#AF0160'

red 175 ◦ green 1 ◦ blue 96

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

Shades of Jazzberry Jam #AF0160

Tints of Jazzberry Jam #AF0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 64.34%
G = 0.37%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF0160 (or 0xAF0160) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 60. RGB value is (175,1,96). Sum of RGB (Red+Green+Blue) = 175+1+96=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0160 is #50FE9F. Grayscale: #3F3F3F. Windows color (decimal): -5308064 or 6291887. OLE color: 6291887.

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

Color convert

RGB 175 1 96 -
CMYK 0 0.99 0.45 0.31
HSL 327.24º 0.99% 0.35% -
HSV(B) 327.24º 0.99% 0.69% -
XYZ 19.8 9.98 11.95 -
YUV 63.86 146.15 207.28 -
System Red Green Blue C M Y K H S L
Decimal 175 1 96 0 0.99 0.45 0.31 327.24 0.99 0.35
Hex AF 1 60 0 63 2D 1F 147 63 23
Octal 257 1 140 0 143 55 37 507 143 43
Binary 10101111 1 1100000 0 1100011 101101 11111 101000111 1100011 100011

Color Harmonies of #AF0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0160

Black with #AF0160

Text Example


Text Example

White with #AF0160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0160; }

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

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

background-color css

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

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

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

border-color css

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

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

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