#AF1269

Color #AF1269 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF1269

Tints of Jazzberry Jam #AF1269

Color information

#AF1269 (or 0xAF1269) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 12 and 69. RGB value is (175,18,105). Sum of RGB (Red+Green+Blue) = 175+18+105=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1269 is #50ED96. Grayscale: #4A4A4A. Windows color (decimal): -5303703 or 6886063. OLE color: 6886063.

HSL color Cylindrical-coordinate representation of color #AF1269: hue angle of 326.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1269 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17518105-
CMYK00.900.400.31
HSL326.75º81.35%37.84%-
HSV(B)326.75º89.71%68.63%-
XYZ20.4510.5714.33-
YUV74.86145.01199.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.72%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=58.72%
G=6.04%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751810500.900.400.31326.7581.3537.84
HexAF126905A281F1475126
Octal257221510132503750712146
Binary1010111110010110100101011010101000111111010001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1269; }

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

 H1.HeaderClassName
 {
   color: #AF1269;
 }
 .AnyTagClassName
 {
   color: #AF1269;
 }
</style>
background-color css

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

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

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

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

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

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