Html Css Color HEX #A1145F Jazzberry Jam

📋 copy color: '#A1145F'

red 161 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #A1145F

Tints of Jazzberry Jam #A1145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 58.33%
G = 7.25%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1145F (or 0xA1145F) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 5F. RGB value is (161,20,95). Sum of RGB (Red+Green+Blue) = 161+20+95=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1145F is #5EEBA0. Grayscale: #464646. Windows color (decimal): -6220705 or 6231201. OLE color: 6231201.

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

Color convert

RGB 161 20 95 -
CMYK 0 0.88 0.41 0.37
HSL 328.09º 0.78% 0.35% -
HSV(B) 328.09º 0.88% 0.63% -
XYZ 17.01 8.9 11.65 -
YUV 70.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 161 20 95 0 0.88 0.41 0.37 328.09 0.78 0.35
Hex A1 14 5F 0 58 29 25 148 4E 23
Octal 241 24 137 0 130 51 45 510 116 43
Binary 10100001 10100 1011111 0 1011000 101001 100101 101001000 1001110 100011

Color Harmonies of #A1145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1145F

Black with #A1145F

Text Example


Text Example

White with #A1145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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