Html Css Color HEX #A1005E Jazzberry Jam

📋 copy color: '#A1005E'

red 161 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #A1005E

Tints of Jazzberry Jam #A1005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.14%
G = 0%
B = 36.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1005E (or 0xA1005E) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 5E. RGB value is (161,0,94). Sum of RGB (Red+Green+Blue) = 161+0+94=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1005E is #5EFFA1. Grayscale: #3A3A3A. Windows color (decimal): -6225826 or 6160545. OLE color: 6160545.

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

Color convert

RGB 161 0 94 -
CMYK 0 1 0.42 0.37
HSL 324.97º 1% 0.32% -
HSV(B) 324.97º 1% 0.63% -
XYZ 16.72 8.39 11.33 -
YUV 58.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 161 0 94 0 1 0.42 0.37 324.97 1 0.32
Hex A1 0 5E 0 64 2A 25 145 64 20
Octal 241 0 136 0 144 52 45 505 144 40
Binary 10100001 0 1011110 0 1100100 101010 100101 101000101 1100100 100000

Color Harmonies of #A1005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1005E

Black with #A1005E

Text Example


Text Example

White with #A1005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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