Html Css Color HEX #A0025E Jazzberry Jam

📋 copy color: '#A0025E'

red 160 ◦ green 2 ◦ blue 94

#A0025E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A0025E

Tints of Jazzberry Jam #A0025E

RGB

 RED value IS 160 (62.89% from 255) = 62.5%

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 62.5%
G = 0.78%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0025E (or 0xA0025E) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 5E. RGB value is (160,2,94). Sum of RGB (Red+Green+Blue) = 160+2+94=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0025E is #5FFDA1. Grayscale: #3B3B3B. Windows color (decimal): -6290850 or 6161056. OLE color: 6161056.

HSL color Cylindrical-coordinate representation of color #A0025E: hue angle of 325.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0025E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 94 -
CMYK 0 0.99 0.41 0.37
HSL 325.06º 0.98% 0.32% -
HSV(B) 325.06º 0.99% 0.63% -
XYZ 16.54 8.33 11.32 -
YUV 59.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 160 2 94 0 0.99 0.41 0.37 325.06 0.98 0.32
Hex A0 2 5E 0 63 29 25 145 62 20
Octal 240 2 136 0 143 51 45 505 142 40
Binary 10100000 10 1011110 0 1100011 101001 100101 101000101 1100010 100000

Color Harmonies of #A0025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0025E

Black with #A0025E

Text Example


Text Example

White with #A0025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0025E; }

 p { color: rgb(160,2,94); }

 H1.HeaderClassName
 {
   color: #A0025E;
 }
 .AnyTagClassName
 {
   color: #A0025E;
 }
</style>

background-color css

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

 a { background-color: rgb(160,2,94); }

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

border-color css

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

 span { border-color: rgb(160,2,94); }

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