#AF046A

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

Shades of Jazzberry Jam #AF046A

Tints of Jazzberry Jam #AF046A

Color information

#AF046A (or 0xAF046A) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 04 and 6A. RGB value is (175,4,106). Sum of RGB (Red+Green+Blue) = 175+4+106=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF046A is #50FB95. Grayscale: #424242. Windows color (decimal): -5307286 or 6948015. OLE color: 6948015.

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

Color convert

RGB1754106-
CMYK00.980.390.31
HSL324.21º95.53%35.1%-
HSV(B)324.21º97.71%68.63%-
XYZ20.3210.2414.54-
YUV66.76150.15205.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=61.40%
G=1.40%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175410600.980.390.31324.2195.5335.1
HexAF46A062271F1446023
Octal25741520142473750414043
Binary10101111100110101001100010100111111111010001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF046A; }

 p { color: rgb(175,4,106); }

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

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

 a { background-color: rgb(175,4,106); }

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

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

 span { border-color: rgb(175,4,106); }

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