Html Css Color HEX #A60954 Jazzberry Jam

📋 copy color: '#A60954'

red 166 ◦ green 9 ◦ blue 84

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

Shades of Jazzberry Jam #A60954

Tints of Jazzberry Jam #A60954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

 BLUE value IS 84 (33.2% from 255) = 32.43%

R = 64.09%
G = 3.47%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A60954 (or 0xA60954) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 54. RGB value is (166,9,84). Sum of RGB (Red+Green+Blue) = 166+9+84=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A60954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60954 is #59F6AB. Grayscale: #404040. Windows color (decimal): -5895852 or 5507494. OLE color: 5507494.

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

Color convert

RGB 166 9 84 -
CMYK 0 0.95 0.49 0.35
HSL 331.34º 0.9% 0.34% -
HSV(B) 331.34º 0.95% 0.65% -
XYZ 17.42 8.94 9.2 -
YUV 64.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 166 9 84 0 0.95 0.49 0.35 331.34 0.9 0.34
Hex A6 9 54 0 5F 31 23 14B 5A 22
Octal 246 11 124 0 137 61 43 513 132 42
Binary 10100110 1001 1010100 0 1011111 110001 100011 101001011 1011010 100010

Color Harmonies of #A60954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60954

Black with #A60954

Text Example


Text Example

White with #A60954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60954; }

 p { color: rgb(166,9,84); }

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

background-color css

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

 a { background-color: rgb(166,9,84); }

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

border-color css

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

 span { border-color: rgb(166,9,84); }

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