Html Css Color HEX #A0054E Jazzberry Jam

📋 copy color: '#A0054E'

red 160 ◦ green 5 ◦ blue 78

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

Shades of Jazzberry Jam #A0054E

Tints of Jazzberry Jam #A0054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 65.84%
G = 2.06%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0054E (or 0xA0054E) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 4E. RGB value is (160,5,78). Sum of RGB (Red+Green+Blue) = 160+5+78=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0054E is #5FFAB1. Grayscale: #3B3B3B. Windows color (decimal): -6290098 or 5113248. OLE color: 5113248.

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

Color convert

RGB 160 5 78 -
CMYK 0 0.97 0.51 0.37
HSL 331.74º 0.94% 0.32% -
HSV(B) 331.74º 0.97% 0.63% -
XYZ 15.93 8.13 7.94 -
YUV 59.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 160 5 78 0 0.97 0.51 0.37 331.74 0.94 0.32
Hex A0 5 4E 0 61 33 25 14C 5E 20
Octal 240 5 116 0 141 63 45 514 136 40
Binary 10100000 101 1001110 0 1100001 110011 100101 101001100 1011110 100000

Color Harmonies of #A0054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0054E

Black with #A0054E

Text Example


Text Example

White with #A0054E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0054E; }

 p { color: rgb(160,5,78); }

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

background-color css

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

 a { background-color: rgb(160,5,78); }

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

border-color css

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

 span { border-color: rgb(160,5,78); }

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