Html Css Color HEX #A60360 Jazzberry Jam

📋 copy color: '#A60360'

red 166 ◦ green 3 ◦ blue 96

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

Shades of Jazzberry Jam #A60360

Tints of Jazzberry Jam #A60360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 62.64%
G = 1.13%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A60360 (or 0xA60360) is known color: Jazzberry Jam. HEX triplet: A6, 03 and 60. RGB value is (166,3,96). Sum of RGB (Red+Green+Blue) = 166+3+96=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A60360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60360 is #59FC9F. Grayscale: #3E3E3E. Windows color (decimal): -5897376 or 6292390. OLE color: 6292390.

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

Color convert

RGB 166 3 96 -
CMYK 0 0.98 0.42 0.35
HSL 325.77º 0.96% 0.33% -
HSV(B) 325.77º 0.98% 0.65% -
XYZ 17.87 9.02 11.86 -
YUV 62.34 147 201.94 -
System Red Green Blue C M Y K H S L
Decimal 166 3 96 0 0.98 0.42 0.35 325.77 0.96 0.33
Hex A6 3 60 0 62 2A 23 146 60 21
Octal 246 3 140 0 142 52 43 506 140 41
Binary 10100110 11 1100000 0 1100010 101010 100011 101000110 1100000 100001

Color Harmonies of #A60360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60360

Black with #A60360

Text Example


Text Example

White with #A60360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60360; }

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

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

background-color css

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

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

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

border-color css

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

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

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