Html Css Color HEX #A60864 Jazzberry Jam

📋 copy color: '#A60864'

red 166 ◦ green 8 ◦ blue 100

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

Shades of Jazzberry Jam #A60864

Tints of Jazzberry Jam #A60864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 60.58%
G = 2.92%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A60864 (or 0xA60864) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 64. RGB value is (166,8,100). Sum of RGB (Red+Green+Blue) = 166+8+100=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A60864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60864 is #59F79B. Grayscale: #414141. Windows color (decimal): -5896092 or 6555814. OLE color: 6555814.

HSL color Cylindrical-coordinate representation of color #A60864: hue angle of 325.06º degrees, saturation: 0.91, 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 #A60864 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 100 -
CMYK 0 0.95 0.40 0.35
HSL 325.06º 0.91% 0.34% -
HSV(B) 325.06º 0.95% 0.65% -
XYZ 18.11 9.2 12.88 -
YUV 65.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 166 8 100 0 0.95 0.40 0.35 325.06 0.91 0.34
Hex A6 8 64 0 5F 28 23 145 5B 22
Octal 246 10 144 0 137 50 43 505 133 42
Binary 10100110 1000 1100100 0 1011111 101000 100011 101000101 1011011 100010

Color Harmonies of #A60864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60864

Black with #A60864

Text Example


Text Example

White with #A60864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60864; }

 p { color: rgb(166,8,100); }

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

background-color css

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

 a { background-color: rgb(166,8,100); }

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

border-color css

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

 span { border-color: rgb(166,8,100); }

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