Html Css Color HEX #A00458 Jazzberry Jam

📋 copy color: '#A00458'

red 160 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #A00458

Tints of Jazzberry Jam #A00458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 63.49%
G = 1.59%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A00458 (or 0xA00458) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 58. RGB value is (160,4,88). Sum of RGB (Red+Green+Blue) = 160+4+88=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00458 is #5FFBA7. Grayscale: #3C3C3C. Windows color (decimal): -6290344 or 5768352. OLE color: 5768352.

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

Color convert

RGB 160 4 88 -
CMYK 0 0.98 0.45 0.37
HSL 327.69º 0.95% 0.32% -
HSV(B) 327.69º 0.98% 0.63% -
XYZ 16.3 8.26 9.97 -
YUV 60.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 160 4 88 0 0.98 0.45 0.37 327.69 0.95 0.32
Hex A0 4 58 0 62 2D 25 148 5F 20
Octal 240 4 130 0 142 55 45 510 137 40
Binary 10100000 100 1011000 0 1100010 101101 100101 101001000 1011111 100000

Color Harmonies of #A00458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00458

Black with #A00458

Text Example


Text Example

White with #A00458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00458; }

 p { color: rgb(160,4,88); }

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

background-color css

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

 a { background-color: rgb(160,4,88); }

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

border-color css

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

 span { border-color: rgb(160,4,88); }

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