Html Css Color HEX #A10461 Jazzberry Jam

📋 copy color: '#A10461'

red 161 ◦ green 4 ◦ blue 97

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

Shades of Jazzberry Jam #A10461

Tints of Jazzberry Jam #A10461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 61.45%
G = 1.53%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A10461 (or 0xA10461) is known color: Jazzberry Jam. HEX triplet: A1, 04 and 61. RGB value is (161,4,97). Sum of RGB (Red+Green+Blue) = 161+4+97=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A10461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10461 is #5EFB9E. Grayscale: #3D3D3D. Windows color (decimal): -6224799 or 6358177. OLE color: 6358177.

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

Color convert

RGB 161 4 97 -
CMYK 0 0.98 0.40 0.37
HSL 324.46º 0.95% 0.32% -
HSV(B) 324.46º 0.98% 0.63% -
XYZ 16.9 8.53 12.06 -
YUV 61.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 161 4 97 0 0.98 0.40 0.37 324.46 0.95 0.32
Hex A1 4 61 0 62 28 25 144 5F 20
Octal 241 4 141 0 142 50 45 504 137 40
Binary 10100001 100 1100001 0 1100010 101000 100101 101000100 1011111 100000

Color Harmonies of #A10461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10461

Black with #A10461

Text Example


Text Example

White with #A10461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10461; }

 p { color: rgb(161,4,97); }

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

background-color css

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

 a { background-color: rgb(161,4,97); }

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

border-color css

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

 span { border-color: rgb(161,4,97); }

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