Html Css Color HEX #AF1663 Jazzberry Jam

📋 copy color: '#AF1663'

red 175 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #AF1663

Tints of Jazzberry Jam #AF1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 59.12%
G = 7.43%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF1663 (or 0xAF1663) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 63. RGB value is (175,22,99). Sum of RGB (Red+Green+Blue) = 175+22+99=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1663 is #50E99C. Grayscale: #4C4C4C. Windows color (decimal): -5302685 or 6493871. OLE color: 6493871.

HSL color Cylindrical-coordinate representation of color #AF1663: hue angle of 329.8º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1663 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 99 -
CMYK 0 0.87 0.43 0.31
HSL 329.8º 0.78% 0.39% -
HSV(B) 329.8º 0.87% 0.69% -
XYZ 20.22 10.59 12.78 -
YUV 76.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 175 22 99 0 0.87 0.43 0.31 329.8 0.78 0.39
Hex AF 16 63 0 57 2B 1F 14A 4E 27
Octal 257 26 143 0 127 53 37 512 116 47
Binary 10101111 10110 1100011 0 1010111 101011 11111 101001010 1001110 100111

Color Harmonies of #AF1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1663

Black with #AF1663

Text Example


Text Example

White with #AF1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1663; }

 p { color: rgb(175,22,99); }

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

background-color css

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

 a { background-color: rgb(175,22,99); }

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

border-color css

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

 span { border-color: rgb(175,22,99); }

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