Html Css Color HEX #AF1564 Jazzberry Jam

📋 copy color: '#AF1564'

red 175 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #AF1564

Tints of Jazzberry Jam #AF1564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 59.12%
G = 7.09%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF1564 (or 0xAF1564) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 64. RGB value is (175,21,100). Sum of RGB (Red+Green+Blue) = 175+21+100=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1564 is #50EA9B. Grayscale: #4B4B4B. Windows color (decimal): -5302940 or 6559151. OLE color: 6559151.

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

Color convert

RGB 175 21 100 -
CMYK 0 0.88 0.43 0.31
HSL 329.22º 0.79% 0.38% -
HSV(B) 329.22º 0.88% 0.69% -
XYZ 20.25 10.57 13.03 -
YUV 76.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 175 21 100 0 0.88 0.43 0.31 329.22 0.79 0.38
Hex AF 15 64 0 58 2B 1F 149 4F 26
Octal 257 25 144 0 130 53 37 511 117 46
Binary 10101111 10101 1100100 0 1011000 101011 11111 101001001 1001111 100110

Color Harmonies of #AF1564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1564

Black with #AF1564

Text Example


Text Example

White with #AF1564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1564; }

 p { color: rgb(175,21,100); }

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

background-color css

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

 a { background-color: rgb(175,21,100); }

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

border-color css

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

 span { border-color: rgb(175,21,100); }

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