Html Css Color HEX #A1185A Jazzberry Jam

📋 copy color: '#A1185A'

red 161 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #A1185A

Tints of Jazzberry Jam #A1185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 58.55%
G = 8.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1185A (or 0xA1185A) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 5A. RGB value is (161,24,90). Sum of RGB (Red+Green+Blue) = 161+24+90=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1185A is #5EE7A5. Grayscale: #484848. Windows color (decimal): -6219686 or 5904545. OLE color: 5904545.

HSL color Cylindrical-coordinate representation of color #A1185A: hue angle of 331.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1185A is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 90 -
CMYK 0 0.85 0.44 0.37
HSL 331.09º 0.74% 0.36% -
HSV(B) 331.09º 0.85% 0.63% -
XYZ 16.87 8.97 10.51 -
YUV 72.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 161 24 90 0 0.85 0.44 0.37 331.09 0.74 0.36
Hex A1 18 5A 0 55 2C 25 14B 4A 24
Octal 241 30 132 0 125 54 45 513 112 44
Binary 10100001 11000 1011010 0 1010101 101100 100101 101001011 1001010 100100

Color Harmonies of #A1185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1185A

Black with #A1185A

Text Example


Text Example

White with #A1185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1185A; }

 p { color: rgb(161,24,90); }

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

background-color css

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

 a { background-color: rgb(161,24,90); }

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

border-color css

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

 span { border-color: rgb(161,24,90); }

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