Html Css Color HEX #A1125E Jazzberry Jam

📋 copy color: '#A1125E'

red 161 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #A1125E

Tints of Jazzberry Jam #A1125E

RGB

 RED value IS 161 (63.28% from 255) = 58.97%

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 58.97%
G = 6.59%
B = 34.43%

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

#A1125E (or 0xA1125E) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 5E. RGB value is (161,18,94). Sum of RGB (Red+Green+Blue) = 161+18+94=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1125E is #5EEDA1. Grayscale: #454545. Windows color (decimal): -6221218 or 6165153. OLE color: 6165153.

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

Color convert

RGB 161 18 94 -
CMYK 0 0.89 0.42 0.37
HSL 328.11º 0.8% 0.35% -
HSV(B) 328.11º 0.89% 0.63% -
XYZ 16.93 8.82 11.4 -
YUV 69.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 161 18 94 0 0.89 0.42 0.37 328.11 0.8 0.35
Hex A1 12 5E 0 59 2A 25 148 50 23
Octal 241 22 136 0 131 52 45 510 120 43
Binary 10100001 10010 1011110 0 1011001 101010 100101 101001000 1010000 100011

Color Harmonies of #A1125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1125E

Black with #A1125E

Text Example


Text Example

White with #A1125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1125E; }

 p { color: rgb(161,18,94); }

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

background-color css

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

 a { background-color: rgb(161,18,94); }

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

border-color css

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

 span { border-color: rgb(161,18,94); }

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