Html Css Color HEX #A60148 Jazzberry Jam

📋 copy color: '#A60148'

red 166 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #A60148

Tints of Jazzberry Jam #A60148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 69.46%
G = 0.42%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A60148 (or 0xA60148) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 48. RGB value is (166,1,72). Sum of RGB (Red+Green+Blue) = 166+1+72=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A60148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60148 is #59FEB7. Grayscale: #3A3A3A. Windows color (decimal): -5897912 or 4719014. OLE color: 4719014.

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

Color convert

RGB 166 1 72 -
CMYK 0 0.99 0.57 0.35
HSL 334.18º 0.99% 0.33% -
HSV(B) 334.18º 0.99% 0.65% -
XYZ 16.91 8.6 6.9 -
YUV 58.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 166 1 72 0 0.99 0.57 0.35 334.18 0.99 0.33
Hex A6 1 48 0 63 39 23 14E 63 21
Octal 246 1 110 0 143 71 43 516 143 41
Binary 10100110 1 1001000 0 1100011 111001 100011 101001110 1100011 100001

Color Harmonies of #A60148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60148

Black with #A60148

Text Example


Text Example

White with #A60148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60148; }

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

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

background-color css

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

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

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

border-color css

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

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

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