Html Css Color HEX #A0025F Jazzberry Jam

📋 copy color: '#A0025F'

red 160 ◦ green 2 ◦ blue 95

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

Shades of Jazzberry Jam #A0025F

Tints of Jazzberry Jam #A0025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.96%

R = 62.26%
G = 0.78%
B = 36.96%

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

#A0025F (or 0xA0025F) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 5F. RGB value is (160,2,95). Sum of RGB (Red+Green+Blue) = 160+2+95=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0025F is #5FFDA0. Grayscale: #3B3B3B. Windows color (decimal): -6290849 or 6226592. OLE color: 6226592.

HSL color Cylindrical-coordinate representation of color #A0025F: hue angle of 324.68º 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 #A0025F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 95 -
CMYK 0 0.99 0.41 0.37
HSL 324.68º 0.98% 0.32% -
HSV(B) 324.68º 0.99% 0.63% -
XYZ 16.58 8.34 11.56 -
YUV 59.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 160 2 95 0 0.99 0.41 0.37 324.68 0.98 0.32
Hex A0 2 5F 0 63 29 25 145 62 20
Octal 240 2 137 0 143 51 45 505 142 40
Binary 10100000 10 1011111 0 1100011 101001 100101 101000101 1100010 100000

Color Harmonies of #A0025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0025F

Black with #A0025F

Text Example


Text Example

White with #A0025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0025F; }

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

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

background-color css

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

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

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

border-color css

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

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

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