Html Css Color HEX #A10656 Jazzberry Jam

📋 copy color: '#A10656'

red 161 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #A10656

Tints of Jazzberry Jam #A10656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 63.64%
G = 2.37%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A10656 (or 0xA10656) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 56. RGB value is (161,6,86). Sum of RGB (Red+Green+Blue) = 161+6+86=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A10656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10656 is #5EF9A9. Grayscale: #3D3D3D. Windows color (decimal): -6224298 or 5637793. OLE color: 5637793.

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

Color convert

RGB 161 6 86 -
CMYK 0 0.96 0.47 0.37
HSL 329.03º 0.93% 0.33% -
HSV(B) 329.03º 0.96% 0.63% -
XYZ 16.44 8.38 9.55 -
YUV 61.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 161 6 86 0 0.96 0.47 0.37 329.03 0.93 0.33
Hex A1 6 56 0 60 2F 25 149 5D 21
Octal 241 6 126 0 140 57 45 511 135 41
Binary 10100001 110 1010110 0 1100000 101111 100101 101001001 1011101 100001

Color Harmonies of #A10656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10656

Black with #A10656

Text Example


Text Example

White with #A10656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10656; }

 p { color: rgb(161,6,86); }

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

background-color css

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

 a { background-color: rgb(161,6,86); }

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

border-color css

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

 span { border-color: rgb(161,6,86); }

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