Html Css Color HEX #A00456 Jazzberry Jam

📋 copy color: '#A00456'

red 160 ◦ green 4 ◦ blue 86

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

Shades of Jazzberry Jam #A00456

Tints of Jazzberry Jam #A00456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 64%
G = 1.6%
B = 34.4%

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

#A00456 (or 0xA00456) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 56. RGB value is (160,4,86). Sum of RGB (Red+Green+Blue) = 160+4+86=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A00456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00456 is #5FFBA9. Grayscale: #3B3B3B. Windows color (decimal): -6290346 or 5637280. OLE color: 5637280.

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

Color convert

RGB 160 4 86 -
CMYK 0 0.98 0.46 0.37
HSL 328.46º 0.95% 0.32% -
HSV(B) 328.46º 0.98% 0.63% -
XYZ 16.22 8.23 9.54 -
YUV 59.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 160 4 86 0 0.98 0.46 0.37 328.46 0.95 0.32
Hex A0 4 56 0 62 2E 25 148 5F 20
Octal 240 4 126 0 142 56 45 510 137 40
Binary 10100000 100 1010110 0 1100010 101110 100101 101001000 1011111 100000

Color Harmonies of #A00456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00456

Black with #A00456

Text Example


Text Example

White with #A00456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00456; }

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

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

background-color css

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

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

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

border-color css

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

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

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