Html Css Color HEX #A0084A Jazzberry Jam

📋 copy color: '#A0084A'

red 160 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #A0084A

Tints of Jazzberry Jam #A0084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 66.12%
G = 3.31%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A0084A (or 0xA0084A) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 4A. RGB value is (160,8,74). Sum of RGB (Red+Green+Blue) = 160+8+74=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0084A is #5FF7B5. Grayscale: #3C3C3C. Windows color (decimal): -6289334 or 4851872. OLE color: 4851872.

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

Color convert

RGB 160 8 74 -
CMYK 0 0.95 0.54 0.37
HSL 333.95º 0.9% 0.33% -
HSV(B) 333.95º 0.95% 0.63% -
XYZ 15.82 8.14 7.22 -
YUV 60.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 160 8 74 0 0.95 0.54 0.37 333.95 0.9 0.33
Hex A0 8 4A 0 5F 36 25 14E 5A 21
Octal 240 10 112 0 137 66 45 516 132 41
Binary 10100000 1000 1001010 0 1011111 110110 100101 101001110 1011010 100001

Color Harmonies of #A0084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0084A

Black with #A0084A

Text Example


Text Example

White with #A0084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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