#A4105A

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

Shades of Jazzberry Jam #A4105A

Tints of Jazzberry Jam #A4105A

Color information

#A4105A (or 0xA4105A) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 10 and 5A. RGB value is (164,16,90). Sum of RGB (Red+Green+Blue) = 164+16+90=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A4105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4105A is #5BEFA5. Grayscale: #444444. Windows color (decimal): -6025126 or 5902500. OLE color: 5902500.

HSL color Cylindrical-coordinate representation of color #A4105A: hue angle of 330º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4105A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1641690-
CMYK00.900.450.36
HSL330º82.22%35.29%-
HSV(B)330º90.24%64.31%-
XYZ17.34910.5-
YUV68.69140.03195.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.74%
GREEN value IS 16 (6.64% from 255) = 5.93%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=60.74%
G=5.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164169000.900.450.3633082.2235.29
HexA4105A05A2D2414a5223
Octal244201320132554451212243
Binary10100100100001011010010110101011011001001010010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4105A; }

 p { color: rgb(164,16,90); }

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

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

 a { background-color: rgb(164,16,90); }

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

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

 span { border-color: rgb(164,16,90); }

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