Html Css Color HEX #A60144 Jazzberry Jam

📋 copy color: '#A60144'

red 166 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #A60144

Tints of Jazzberry Jam #A60144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 70.64%
G = 0.43%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A60144 (or 0xA60144) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 44. RGB value is (166,1,68). Sum of RGB (Red+Green+Blue) = 166+1+68=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A60144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60144 is #59FEBB. Grayscale: #393939. Windows color (decimal): -5897916 or 4456870. OLE color: 4456870.

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

Color convert

RGB 166 1 68 -
CMYK 0 0.99 0.59 0.35
HSL 335.64º 0.99% 0.33% -
HSV(B) 335.64º 0.99% 0.65% -
XYZ 16.78 8.55 6.23 -
YUV 57.97 133.66 205.05 -
System Red Green Blue C M Y K H S L
Decimal 166 1 68 0 0.99 0.59 0.35 335.64 0.99 0.33
Hex A6 1 44 0 63 3B 23 150 63 21
Octal 246 1 104 0 143 73 43 520 143 41
Binary 10100110 1 1000100 0 1100011 111011 100011 101010000 1100011 100001

Color Harmonies of #A60144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60144

Black with #A60144

Text Example


Text Example

White with #A60144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60144; }

 p { color: rgb(166,1,68); }

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

background-color css

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

 a { background-color: rgb(166,1,68); }

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

border-color css

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

 span { border-color: rgb(166,1,68); }

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