Html Css Color HEX #A10C5A Jazzberry Jam

📋 copy color: '#A10C5A'

red 161 ◦ green 12 ◦ blue 90

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

Shades of Jazzberry Jam #A10C5A

Tints of Jazzberry Jam #A10C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

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

R = 61.22%
G = 4.56%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A10C5A (or 0xA10C5A) is known color: Jazzberry Jam. HEX triplet: A1, 0C and 5A. RGB value is (161,12,90). Sum of RGB (Red+Green+Blue) = 161+12+90=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10C5A is #5EF3A5. Grayscale: #414141. Windows color (decimal): -6222758 or 5901473. OLE color: 5901473.

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

Color convert

RGB 161 12 90 -
CMYK 0 0.93 0.44 0.37
HSL 328.59º 0.86% 0.34% -
HSV(B) 328.59º 0.93% 0.63% -
XYZ 16.67 8.58 10.45 -
YUV 65.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 161 12 90 0 0.93 0.44 0.37 328.59 0.86 0.34
Hex A1 C 5A 0 5D 2C 25 149 56 22
Octal 241 14 132 0 135 54 45 511 126 42
Binary 10100001 1100 1011010 0 1011101 101100 100101 101001001 1010110 100010

Color Harmonies of #A10C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10C5A

Black with #A10C5A

Text Example


Text Example

White with #A10C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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