Html Css Color HEX #A0025A Jazzberry Jam

📋 copy color: '#A0025A'

red 160 ◦ green 2 ◦ blue 90

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

Shades of Jazzberry Jam #A0025A

Tints of Jazzberry Jam #A0025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 63.49%
G = 0.79%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0025A (or 0xA0025A) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 5A. RGB value is (160,2,90). Sum of RGB (Red+Green+Blue) = 160+2+90=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0025A is #5FFDA5. Grayscale: #3B3B3B. Windows color (decimal): -6290854 or 5898912. OLE color: 5898912.

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

Color convert

RGB 160 2 90 -
CMYK 0 0.99 0.44 0.37
HSL 326.58º 0.98% 0.32% -
HSV(B) 326.58º 0.99% 0.63% -
XYZ 16.36 8.26 10.4 -
YUV 59.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 160 2 90 0 0.99 0.44 0.37 326.58 0.98 0.32
Hex A0 2 5A 0 63 2C 25 147 62 20
Octal 240 2 132 0 143 54 45 507 142 40
Binary 10100000 10 1011010 0 1100011 101100 100101 101000111 1100010 100000

Color Harmonies of #A0025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0025A

Black with #A0025A

Text Example


Text Example

White with #A0025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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