Html Css Color HEX #A60D68 Jazzberry Jam

📋 copy color: '#A60D68'

red 166 ◦ green 13 ◦ blue 104

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

Shades of Jazzberry Jam #A60D68

Tints of Jazzberry Jam #A60D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 58.66%
G = 4.59%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A60D68 (or 0xA60D68) is known color: Jazzberry Jam. HEX triplet: A6, 0D and 68. RGB value is (166,13,104). Sum of RGB (Red+Green+Blue) = 166+13+104=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60D68 is #59F297. Grayscale: #444444. Windows color (decimal): -5894808 or 6819238. OLE color: 6819238.

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

Color convert

RGB 166 13 104 -
CMYK 0 0.92 0.37 0.35
HSL 324.31º 0.85% 0.35% -
HSV(B) 324.31º 0.92% 0.65% -
XYZ 18.37 9.39 13.94 -
YUV 69.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 166 13 104 0 0.92 0.37 0.35 324.31 0.85 0.35
Hex A6 D 68 0 5C 25 23 144 55 23
Octal 246 15 150 0 134 45 43 504 125 43
Binary 10100110 1101 1101000 0 1011100 100101 100011 101000100 1010101 100011

Color Harmonies of #A60D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60D68

Black with #A60D68

Text Example


Text Example

White with #A60D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60D68; }

 p { color: rgb(166,13,104); }

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

background-color css

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

 a { background-color: rgb(166,13,104); }

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

border-color css

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

 span { border-color: rgb(166,13,104); }

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