#AF1A54

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

Shades of Jazzberry Jam #AF1A54

Tints of Jazzberry Jam #AF1A54

Color information

#AF1A54 (or 0xAF1A54) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1A and 54. RGB value is (175,26,84). Sum of RGB (Red+Green+Blue) = 175+26+84=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A54 is #50E5AB. Grayscale: #4D4D4D. Windows color (decimal): -5301676 or 5511855. OLE color: 5511855.

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

Color convert

RGB1752684-
CMYK00.850.520.31
HSL336.64º74.13%39.41%-
HSV(B)336.64º85.14%68.63%-
XYZ19.6510.499.38-
YUV77.16131.86197.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=61.40%
G=9.12%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175268400.850.520.31336.6474.1339.41
HexAF1A54055341F1514a27
Octal257321240125643752111247
Binary1010111111010101010001010101110100111111010100011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A54; }

 p { color: rgb(175,26,84); }

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

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

 a { background-color: rgb(175,26,84); }

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

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

 span { border-color: rgb(175,26,84); }

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