Html Css Color HEX #A0084C Jazzberry Jam

📋 copy color: '#A0084C'

red 160 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #A0084C

Tints of Jazzberry Jam #A0084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 65.57%
G = 3.28%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0084C (or 0xA0084C) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 4C. RGB value is (160,8,76). Sum of RGB (Red+Green+Blue) = 160+8+76=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0084C is #5FF7B3. Grayscale: #3D3D3D. Windows color (decimal): -6289332 or 4982944. OLE color: 4982944.

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

Color convert

RGB 160 8 76 -
CMYK 0 0.95 0.52 0.37
HSL 333.16º 0.9% 0.33% -
HSV(B) 333.16º 0.95% 0.63% -
XYZ 15.89 8.17 7.58 -
YUV 61.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 160 8 76 0 0.95 0.52 0.37 333.16 0.9 0.33
Hex A0 8 4C 0 5F 34 25 14D 5A 21
Octal 240 10 114 0 137 64 45 515 132 41
Binary 10100000 1000 1001100 0 1011111 110100 100101 101001101 1011010 100001

Color Harmonies of #A0084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0084C

Black with #A0084C

Text Example


Text Example

White with #A0084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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