Html Css Color HEX #AF1566 Jazzberry Jam

📋 copy color: '#AF1566'

red 175 ◦ green 21 ◦ blue 102

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

Shades of Jazzberry Jam #AF1566

Tints of Jazzberry Jam #AF1566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 58.72%
G = 7.05%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1566 (or 0xAF1566) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 66. RGB value is (175,21,102). Sum of RGB (Red+Green+Blue) = 175+21+102=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1566 is #50EA99. Grayscale: #4C4C4C. Windows color (decimal): -5302938 or 6690223. OLE color: 6690223.

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

Color convert

RGB 175 21 102 -
CMYK 0 0.88 0.42 0.31
HSL 328.44º 0.79% 0.38% -
HSV(B) 328.44º 0.88% 0.69% -
XYZ 20.35 10.61 13.55 -
YUV 76.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 175 21 102 0 0.88 0.42 0.31 328.44 0.79 0.38
Hex AF 15 66 0 58 2A 1F 148 4F 26
Octal 257 25 146 0 130 52 37 510 117 46
Binary 10101111 10101 1100110 0 1011000 101010 11111 101001000 1001111 100110

Color Harmonies of #AF1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1566

Black with #AF1566

Text Example


Text Example

White with #AF1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1566; }

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

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

background-color css

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

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

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

border-color css

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

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

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