Html Css Color HEX #AF1569 Jazzberry Jam

📋 copy color: '#AF1569'

red 175 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #AF1569

Tints of Jazzberry Jam #AF1569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 58.14%
G = 6.98%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF1569 (or 0xAF1569) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 69. RGB value is (175,21,105). Sum of RGB (Red+Green+Blue) = 175+21+105=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1569 is #50EA96. Grayscale: #4C4C4C. Windows color (decimal): -5302935 or 6886831. OLE color: 6886831.

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

Color convert

RGB 175 21 105 -
CMYK 0 0.88 0.40 0.31
HSL 327.27º 0.79% 0.38% -
HSV(B) 327.27º 0.88% 0.69% -
XYZ 20.5 10.67 14.34 -
YUV 76.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 175 21 105 0 0.88 0.40 0.31 327.27 0.79 0.38
Hex AF 15 69 0 58 28 1F 147 4F 26
Octal 257 25 151 0 130 50 37 507 117 46
Binary 10101111 10101 1101001 0 1011000 101000 11111 101000111 1001111 100110

Color Harmonies of #AF1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1569

Black with #AF1569

Text Example


Text Example

White with #AF1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1569; }

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

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

background-color css

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

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

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

border-color css

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

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

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