Html Css Color HEX #A60053 Jazzberry Jam

📋 copy color: '#A60053'

red 166 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #A60053

Tints of Jazzberry Jam #A60053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A60053 (or 0xA60053) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 53. RGB value is (166,0,83). Sum of RGB (Red+Green+Blue) = 166+0+83=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A60053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60053 is #59FFAC. Grayscale: #3A3A3A. Windows color (decimal): -5898157 or 5439654. OLE color: 5439654.

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

Color convert

RGB 166 0 83 -
CMYK 0 1 0.50 0.35
HSL 330º 1% 0.33% -
HSV(B) 330º 1% 0.65% -
XYZ 17.29 8.73 8.96 -
YUV 59.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 166 0 83 0 1 0.50 0.35 330 1 0.33
Hex A6 0 53 0 64 32 23 14A 64 21
Octal 246 0 123 0 144 62 43 512 144 41
Binary 10100110 0 1010011 0 1100100 110010 100011 101001010 1100100 100001

Color Harmonies of #A60053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60053

Black with #A60053

Text Example


Text Example

White with #A60053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60053; }

 p { color: rgb(166,0,83); }

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

background-color css

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

 a { background-color: rgb(166,0,83); }

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

border-color css

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

 span { border-color: rgb(166,0,83); }

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