Html Css Color HEX #A0034A Jazzberry Jam

📋 copy color: '#A0034A'

red 160 ◦ green 3 ◦ blue 74

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

Shades of Jazzberry Jam #A0034A

Tints of Jazzberry Jam #A0034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 67.51%
G = 1.27%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A0034A (or 0xA0034A) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 4A. RGB value is (160,3,74). Sum of RGB (Red+Green+Blue) = 160+3+74=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0034A is #5FFCB5. Grayscale: #393939. Windows color (decimal): -6290614 or 4850592. OLE color: 4850592.

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

Color convert

RGB 160 3 74 -
CMYK 0 0.98 0.54 0.37
HSL 332.87º 0.96% 0.32% -
HSV(B) 332.87º 0.98% 0.63% -
XYZ 15.77 8.03 7.2 -
YUV 58.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 160 3 74 0 0.98 0.54 0.37 332.87 0.96 0.32
Hex A0 3 4A 0 62 36 25 14D 60 20
Octal 240 3 112 0 142 66 45 515 140 40
Binary 10100000 11 1001010 0 1100010 110110 100101 101001101 1100000 100000

Color Harmonies of #A0034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0034A

Black with #A0034A

Text Example


Text Example

White with #A0034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0034A; }

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

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

background-color css

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

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

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

border-color css

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

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

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