Html Css Color HEX #A00A4D Jazzberry Jam

📋 copy color: '#A00A4D'

red 160 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #A00A4D

Tints of Jazzberry Jam #A00A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 64.78%
G = 4.05%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A00A4D (or 0xA00A4D) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 4D. RGB value is (160,10,77). Sum of RGB (Red+Green+Blue) = 160+10+77=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A4D is #5FF5B2. Grayscale: #3E3E3E. Windows color (decimal): -6288819 or 5048992. OLE color: 5048992.

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

Color convert

RGB 160 10 77 -
CMYK 0 0.94 0.52 0.37
HSL 333.2º 0.88% 0.33% -
HSV(B) 333.2º 0.94% 0.63% -
XYZ 15.95 8.23 7.77 -
YUV 62.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 160 10 77 0 0.94 0.52 0.37 333.2 0.88 0.33
Hex A0 A 4D 0 5E 34 25 14D 58 21
Octal 240 12 115 0 136 64 45 515 130 41
Binary 10100000 1010 1001101 0 1011110 110100 100101 101001101 1011000 100001

Color Harmonies of #A00A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A4D

Black with #A00A4D

Text Example


Text Example

White with #A00A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A4D; }

 p { color: rgb(160,10,77); }

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

background-color css

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

 a { background-color: rgb(160,10,77); }

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

border-color css

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

 span { border-color: rgb(160,10,77); }

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