Html Css Color HEX #A61460 Jazzberry Jam

📋 copy color: '#A61460'

red 166 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #A61460

Tints of Jazzberry Jam #A61460

RGB

 RED value IS 166 (65.23% from 255) = 58.87%

 GREEN value IS 20 (8.2% from 255) = 7.09%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 58.87%
G = 7.09%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A61460 (or 0xA61460) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 60. RGB value is (166,20,96). Sum of RGB (Red+Green+Blue) = 166+20+96=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A61460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61460 is #59EB9F. Grayscale: #484848. Windows color (decimal): -5893024 or 6296742. OLE color: 6296742.

HSL color Cylindrical-coordinate representation of color #A61460: hue angle of 328.77º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61460 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 96 -
CMYK 0 0.88 0.42 0.35
HSL 328.77º 0.78% 0.36% -
HSV(B) 328.77º 0.88% 0.65% -
XYZ 18.09 9.45 11.94 -
YUV 72.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 166 20 96 0 0.88 0.42 0.35 328.77 0.78 0.36
Hex A6 14 60 0 58 2A 23 149 4E 24
Octal 246 24 140 0 130 52 43 511 116 44
Binary 10100110 10100 1100000 0 1011000 101010 100011 101001001 1001110 100100

Color Harmonies of #A61460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61460

Black with #A61460

Text Example


Text Example

White with #A61460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61460; }

 p { color: rgb(166,20,96); }

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

background-color css

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

 a { background-color: rgb(166,20,96); }

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

border-color css

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

 span { border-color: rgb(166,20,96); }

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