Html Css Color HEX #A00254 Jazzberry Jam

📋 copy color: '#A00254'

red 160 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #A00254

Tints of Jazzberry Jam #A00254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.15%

R = 65.04%
G = 0.81%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A00254 (or 0xA00254) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 54. RGB value is (160,2,84). Sum of RGB (Red+Green+Blue) = 160+2+84=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A00254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00254 is #5FFDAB. Grayscale: #3A3A3A. Windows color (decimal): -6290860 or 5505696. OLE color: 5505696.

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

Color convert

RGB 160 2 84 -
CMYK 0 0.99 0.48 0.37
HSL 328.86º 0.98% 0.32% -
HSV(B) 328.86º 0.99% 0.63% -
XYZ 16.12 8.16 9.11 -
YUV 58.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 160 2 84 0 0.99 0.48 0.37 328.86 0.98 0.32
Hex A0 2 54 0 63 30 25 149 62 20
Octal 240 2 124 0 143 60 45 511 142 40
Binary 10100000 10 1010100 0 1100011 110000 100101 101001001 1100010 100000

Color Harmonies of #A00254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00254

Black with #A00254

Text Example


Text Example

White with #A00254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00254; }

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

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

background-color css

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

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

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

border-color css

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

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

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