Html Css Color HEX #A60152 Jazzberry Jam

📋 copy color: '#A60152'

red 166 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #A60152

Tints of Jazzberry Jam #A60152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 66.67%
G = 0.4%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A60152 (or 0xA60152) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 52. RGB value is (166,1,82). Sum of RGB (Red+Green+Blue) = 166+1+82=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A60152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60152 is #59FEAD. Grayscale: #3B3B3B. Windows color (decimal): -5897902 or 5374374. OLE color: 5374374.

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

Color convert

RGB 166 1 82 -
CMYK 0 0.99 0.51 0.35
HSL 330.55º 0.99% 0.33% -
HSV(B) 330.55º 0.99% 0.65% -
XYZ 17.26 8.74 8.76 -
YUV 59.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 166 1 82 0 0.99 0.51 0.35 330.55 0.99 0.33
Hex A6 1 52 0 63 33 23 14B 63 21
Octal 246 1 122 0 143 63 43 513 143 41
Binary 10100110 1 1010010 0 1100011 110011 100011 101001011 1100011 100001

Color Harmonies of #A60152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60152

Black with #A60152

Text Example


Text Example

White with #A60152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60152; }

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

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

background-color css

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

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

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

border-color css

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

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

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