Html Css Color HEX #A0125D Jazzberry Jam

📋 copy color: '#A0125D'

red 160 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #A0125D

Tints of Jazzberry Jam #A0125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 59.04%
G = 6.64%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0125D (or 0xA0125D) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 5D. RGB value is (160,18,93). Sum of RGB (Red+Green+Blue) = 160+18+93=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0125D is #5FEDA2. Grayscale: #444444. Windows color (decimal): -6286755 or 6099616. OLE color: 6099616.

HSL color Cylindrical-coordinate representation of color #A0125D: hue angle of 328.31º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0125D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 93 -
CMYK 0 0.89 0.42 0.37
HSL 328.31º 0.8% 0.35% -
HSV(B) 328.31º 0.89% 0.63% -
XYZ 16.69 8.7 11.15 -
YUV 69.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 160 18 93 0 0.89 0.42 0.37 328.31 0.8 0.35
Hex A0 12 5D 0 59 2A 25 148 50 23
Octal 240 22 135 0 131 52 45 510 120 43
Binary 10100000 10010 1011101 0 1011001 101010 100101 101001000 1010000 100011

Color Harmonies of #A0125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0125D

Black with #A0125D

Text Example


Text Example

White with #A0125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0125D; }

 p { color: rgb(160,18,93); }

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

background-color css

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

 a { background-color: rgb(160,18,93); }

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

border-color css

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

 span { border-color: rgb(160,18,93); }

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