Html Css Color HEX #A60355 Jazzberry Jam

📋 copy color: '#A60355'

red 166 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #A60355

Tints of Jazzberry Jam #A60355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 65.35%
G = 1.18%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A60355 (or 0xA60355) is known color: Jazzberry Jam. HEX triplet: A6, 03 and 55. RGB value is (166,3,85). Sum of RGB (Red+Green+Blue) = 166+3+85=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A60355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60355 is #59FCAA. Grayscale: #3C3C3C. Windows color (decimal): -5897387 or 5571494. OLE color: 5571494.

HSL color Cylindrical-coordinate representation of color #A60355: hue angle of 329.82º 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 #A60355 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 3 85 -
CMYK 0 0.98 0.49 0.35
HSL 329.82º 0.96% 0.33% -
HSV(B) 329.82º 0.98% 0.65% -
XYZ 17.4 8.83 9.38 -
YUV 61.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 166 3 85 0 0.98 0.49 0.35 329.82 0.96 0.33
Hex A6 3 55 0 62 31 23 14A 60 21
Octal 246 3 125 0 142 61 43 512 140 41
Binary 10100110 11 1010101 0 1100010 110001 100011 101001010 1100000 100001

Color Harmonies of #A60355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60355

Black with #A60355

Text Example


Text Example

White with #A60355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60355; }

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

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

background-color css

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

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

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

border-color css

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

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

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