Html Css Color HEX #A10857 Jazzberry Jam

📋 copy color: '#A10857'

red 161 ◦ green 8 ◦ blue 87

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

Shades of Jazzberry Jam #A10857

Tints of Jazzberry Jam #A10857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 62.89%
G = 3.13%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A10857 (or 0xA10857) is known color: Jazzberry Jam. HEX triplet: A1, 08 and 57. RGB value is (161,8,87). Sum of RGB (Red+Green+Blue) = 161+8+87=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A10857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10857 is #5EF7A8. Grayscale: #3E3E3E. Windows color (decimal): -6223785 or 5703841. OLE color: 5703841.

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

Color convert

RGB 161 8 87 -
CMYK 0 0.95 0.46 0.37
HSL 329.02º 0.91% 0.33% -
HSV(B) 329.02º 0.95% 0.63% -
XYZ 16.51 8.44 9.78 -
YUV 62.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 161 8 87 0 0.95 0.46 0.37 329.02 0.91 0.33
Hex A1 8 57 0 5F 2E 25 149 5B 21
Octal 241 10 127 0 137 56 45 511 133 41
Binary 10100001 1000 1010111 0 1011111 101110 100101 101001001 1011011 100001

Color Harmonies of #A10857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10857

Black with #A10857

Text Example


Text Example

White with #A10857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10857; }

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

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

background-color css

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

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

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

border-color css

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

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

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