Html Css Color HEX #A1145A Jazzberry Jam

📋 copy color: '#A1145A'

red 161 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #A1145A

Tints of Jazzberry Jam #A1145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 59.41%
G = 7.38%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1145A (or 0xA1145A) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 5A. RGB value is (161,20,90). Sum of RGB (Red+Green+Blue) = 161+20+90=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1145A is #5EEBA5. Grayscale: #464646. Windows color (decimal): -6220710 or 5903521. OLE color: 5903521.

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

Color convert

RGB 161 20 90 -
CMYK 0 0.88 0.44 0.37
HSL 330.21º 0.78% 0.35% -
HSV(B) 330.21º 0.88% 0.63% -
XYZ 16.79 8.82 10.49 -
YUV 70.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 161 20 90 0 0.88 0.44 0.37 330.21 0.78 0.35
Hex A1 14 5A 0 58 2C 25 14A 4E 23
Octal 241 24 132 0 130 54 45 512 116 43
Binary 10100001 10100 1011010 0 1011000 101100 100101 101001010 1001110 100011

Color Harmonies of #A1145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1145A

Black with #A1145A

Text Example


Text Example

White with #A1145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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