Html Css Color HEX #A60255 Jazzberry Jam

📋 copy color: '#A60255'

red 166 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #A60255

Tints of Jazzberry Jam #A60255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 65.61%
G = 0.79%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A60255 (or 0xA60255) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 55. RGB value is (166,2,85). Sum of RGB (Red+Green+Blue) = 166+2+85=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A60255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60255 is #59FDAA. Grayscale: #3C3C3C. Windows color (decimal): -5897643 or 5571238. OLE color: 5571238.

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

Color convert

RGB 166 2 85 -
CMYK 0 0.99 0.49 0.35
HSL 329.63º 0.98% 0.33% -
HSV(B) 329.63º 0.99% 0.65% -
XYZ 17.39 8.81 9.38 -
YUV 60.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 166 2 85 0 0.99 0.49 0.35 329.63 0.98 0.33
Hex A6 2 55 0 63 31 23 14A 62 21
Octal 246 2 125 0 143 61 43 512 142 41
Binary 10100110 10 1010101 0 1100011 110001 100011 101001010 1100010 100001

Color Harmonies of #A60255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60255

Black with #A60255

Text Example


Text Example

White with #A60255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60255; }

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

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

background-color css

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

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

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

border-color css

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

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

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