#A8025F

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

Shades of Jazzberry Jam #A8025F

Tints of Jazzberry Jam #A8025F

Color information

#A8025F (or 0xA8025F) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 02 and 5F. RGB value is (168,2,95). Sum of RGB (Red+Green+Blue) = 168+2+95=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8025F is #57FDA0. Grayscale: #3E3E3E. Windows color (decimal): -5766561 or 6226600. OLE color: 6226600.

HSL color Cylindrical-coordinate representation of color #A8025F: hue angle of 326.39º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8025F is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB168295-
CMYK00.990.430.34
HSL326.39º97.65%33.33%-
HSV(B)326.39º98.81%65.88%-
XYZ18.249.1911.64-
YUV62.24146.5203.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=63.40%
G=0.75%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16829500.990.430.34326.3997.6533.33
HexA825F0632B221466221
Octal25021370143534250614241
Binary10101000101011111011000111010111000101010001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8025F; }

 p { color: rgb(168,2,95); }

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

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

 a { background-color: rgb(168,2,95); }

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

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

 span { border-color: rgb(168,2,95); }

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