Html Css Color HEX #A10E50 Jazzberry Jam

📋 copy color: '#A10E50'

red 161 ◦ green 14 ◦ blue 80

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

Shades of Jazzberry Jam #A10E50

Tints of Jazzberry Jam #A10E50

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 63.14%
G = 5.49%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A10E50 (or 0xA10E50) is known color: Jazzberry Jam. HEX triplet: A1, 0E and 50. RGB value is (161,14,80). Sum of RGB (Red+Green+Blue) = 161+14+80=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10E50 is #5EF1AF. Grayscale: #414141. Windows color (decimal): -6222256 or 5246625. OLE color: 5246625.

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

Color convert

RGB 161 14 80 -
CMYK 0 0.91 0.50 0.37
HSL 333.06º 0.84% 0.34% -
HSV(B) 333.06º 0.91% 0.63% -
XYZ 16.3 8.47 8.37 -
YUV 65.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 161 14 80 0 0.91 0.50 0.37 333.06 0.84 0.34
Hex A1 E 50 0 5B 32 25 14D 54 22
Octal 241 16 120 0 133 62 45 515 124 42
Binary 10100001 1110 1010000 0 1011011 110010 100101 101001101 1010100 100010

Color Harmonies of #A10E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10E50

Black with #A10E50

Text Example


Text Example

White with #A10E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10E50; }

 p { color: rgb(161,14,80); }

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

background-color css

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

 a { background-color: rgb(161,14,80); }

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

border-color css

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

 span { border-color: rgb(161,14,80); }

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