Html Css Color HEX #A0054F Jazzberry Jam

📋 copy color: '#A0054F'

red 160 ◦ green 5 ◦ blue 79

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

Shades of Jazzberry Jam #A0054F

Tints of Jazzberry Jam #A0054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 65.57%
G = 2.05%
B = 32.38%

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

#A0054F (or 0xA0054F) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 4F. RGB value is (160,5,79). Sum of RGB (Red+Green+Blue) = 160+5+79=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0054F is #5FFAB0. Grayscale: #3B3B3B. Windows color (decimal): -6290097 or 5178784. OLE color: 5178784.

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

Color convert

RGB 160 5 79 -
CMYK 0 0.97 0.51 0.37
HSL 331.35º 0.94% 0.32% -
HSV(B) 331.35º 0.97% 0.63% -
XYZ 15.96 8.15 8.13 -
YUV 59.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 160 5 79 0 0.97 0.51 0.37 331.35 0.94 0.32
Hex A0 5 4F 0 61 33 25 14B 5E 20
Octal 240 5 117 0 141 63 45 513 136 40
Binary 10100000 101 1001111 0 1100001 110011 100101 101001011 1011110 100000

Color Harmonies of #A0054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0054F

Black with #A0054F

Text Example


Text Example

White with #A0054F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0054F; }

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

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

background-color css

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

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

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

border-color css

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

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

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