Html Css Color HEX #A00457 Jazzberry Jam

📋 copy color: '#A00457'

red 160 ◦ green 4 ◦ blue 87

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

Shades of Jazzberry Jam #A00457

Tints of Jazzberry Jam #A00457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 63.75%
G = 1.59%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00457 (or 0xA00457) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 57. RGB value is (160,4,87). Sum of RGB (Red+Green+Blue) = 160+4+87=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A00457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00457 is #5FFBA8. Grayscale: #3B3B3B. Windows color (decimal): -6290345 or 5702816. OLE color: 5702816.

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

Color convert

RGB 160 4 87 -
CMYK 0 0.98 0.46 0.37
HSL 328.08º 0.95% 0.32% -
HSV(B) 328.08º 0.98% 0.63% -
XYZ 16.26 8.25 9.75 -
YUV 60.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 160 4 87 0 0.98 0.46 0.37 328.08 0.95 0.32
Hex A0 4 57 0 62 2E 25 148 5F 20
Octal 240 4 127 0 142 56 45 510 137 40
Binary 10100000 100 1010111 0 1100010 101110 100101 101001000 1011111 100000

Color Harmonies of #A00457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00457

Black with #A00457

Text Example


Text Example

White with #A00457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00457; }

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

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

background-color css

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

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

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

border-color css

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

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

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