Html Css Color HEX #A1085D Jazzberry Jam

📋 copy color: '#A1085D'

red 161 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #A1085D

Tints of Jazzberry Jam #A1085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 61.45%
G = 3.05%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1085D (or 0xA1085D) is known color: Jazzberry Jam. HEX triplet: A1, 08 and 5D. RGB value is (161,8,93). Sum of RGB (Red+Green+Blue) = 161+8+93=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A1085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1085D is #5EF7A2. Grayscale: #3F3F3F. Windows color (decimal): -6223779 or 6097057. OLE color: 6097057.

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

Color convert

RGB 161 8 93 -
CMYK 0 0.95 0.42 0.37
HSL 326.67º 0.91% 0.33% -
HSV(B) 326.67º 0.95% 0.63% -
XYZ 16.76 8.54 11.12 -
YUV 63.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 161 8 93 0 0.95 0.42 0.37 326.67 0.91 0.33
Hex A1 8 5D 0 5F 2A 25 147 5B 21
Octal 241 10 135 0 137 52 45 507 133 41
Binary 10100001 1000 1011101 0 1011111 101010 100101 101000111 1011011 100001

Color Harmonies of #A1085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1085D

Black with #A1085D

Text Example


Text Example

White with #A1085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1085D; }

 p { color: rgb(161,8,93); }

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

background-color css

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

 a { background-color: rgb(161,8,93); }

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

border-color css

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

 span { border-color: rgb(161,8,93); }

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