Html Css Color HEX #A0084E Jazzberry Jam

📋 copy color: '#A0084E'

red 160 ◦ green 8 ◦ blue 78

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

Shades of Jazzberry Jam #A0084E

Tints of Jazzberry Jam #A0084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 65.04%
G = 3.25%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0084E (or 0xA0084E) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 4E. RGB value is (160,8,78). Sum of RGB (Red+Green+Blue) = 160+8+78=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0084E is #5FF7B1. Grayscale: #3D3D3D. Windows color (decimal): -6289330 or 5114016. OLE color: 5114016.

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

Color convert

RGB 160 8 78 -
CMYK 0 0.95 0.51 0.37
HSL 332.37º 0.9% 0.33% -
HSV(B) 332.37º 0.95% 0.63% -
XYZ 15.96 8.2 7.95 -
YUV 61.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 160 8 78 0 0.95 0.51 0.37 332.37 0.9 0.33
Hex A0 8 4E 0 5F 33 25 14C 5A 21
Octal 240 10 116 0 137 63 45 514 132 41
Binary 10100000 1000 1001110 0 1011111 110011 100101 101001100 1011010 100001

Color Harmonies of #A0084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0084E

Black with #A0084E

Text Example


Text Example

White with #A0084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0084E; }

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

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

background-color css

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

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

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

border-color css

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

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

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