#A01E69

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

Shades of Jazzberry Jam #A01E69

Tints of Jazzberry Jam #A01E69

Color information

#A01E69 (or 0xA01E69) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 1E and 69. RGB value is (160,30,105). Sum of RGB (Red+Green+Blue) = 160+30+105=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E69 is #5FE196. Grayscale: #4D4D4D. Windows color (decimal): -6283671 or 6889120. OLE color: 6889120.

HSL color Cylindrical-coordinate representation of color #A01E69: hue angle of 325.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E69 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16030105-
CMYK00.810.340.37
HSL325.38º68.42%37.25%-
HSV(B)325.38º81.25%62.75%-
XYZ17.519.4214.26-
YUV77.42143.57186.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=54.24%
G=10.17%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603010500.810.340.37325.3868.4237.25
HexA01E6905122251454425
Octal240361510121424550510445
Binary10100000111101101001010100011000101001011010001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E69; }

 p { color: rgb(160,30,105); }

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

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

 a { background-color: rgb(160,30,105); }

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

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

 span { border-color: rgb(160,30,105); }

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