Html Css Color HEX #A0025B Jazzberry Jam

📋 copy color: '#A0025B'

red 160 ◦ green 2 ◦ blue 91

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

Shades of Jazzberry Jam #A0025B

Tints of Jazzberry Jam #A0025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 63.24%
G = 0.79%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0025B (or 0xA0025B) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 5B. RGB value is (160,2,91). Sum of RGB (Red+Green+Blue) = 160+2+91=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0025B is #5FFDA4. Grayscale: #3B3B3B. Windows color (decimal): -6290853 or 5964448. OLE color: 5964448.

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

Color convert

RGB 160 2 91 -
CMYK 0 0.99 0.43 0.37
HSL 326.2º 0.98% 0.32% -
HSV(B) 326.2º 0.99% 0.63% -
XYZ 16.41 8.27 10.63 -
YUV 59.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 160 2 91 0 0.99 0.43 0.37 326.2 0.98 0.32
Hex A0 2 5B 0 63 2B 25 146 62 20
Octal 240 2 133 0 143 53 45 506 142 40
Binary 10100000 10 1011011 0 1100011 101011 100101 101000110 1100010 100000

Color Harmonies of #A0025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0025B

Black with #A0025B

Text Example


Text Example

White with #A0025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0025B; }

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

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

background-color css

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

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

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

border-color css

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

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

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