Html Css Color HEX #A60261 Jazzberry Jam

📋 copy color: '#A60261'

red 166 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #A60261

Tints of Jazzberry Jam #A60261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 62.64%
G = 0.75%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A60261 (or 0xA60261) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 61. RGB value is (166,2,97). Sum of RGB (Red+Green+Blue) = 166+2+97=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A60261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60261 is #59FD9E. Grayscale: #3D3D3D. Windows color (decimal): -5897631 or 6357670. OLE color: 6357670.

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

Color convert

RGB 166 2 97 -
CMYK 0 0.99 0.42 0.35
HSL 325.24º 0.98% 0.33% -
HSV(B) 325.24º 0.99% 0.65% -
XYZ 17.91 9.01 12.11 -
YUV 61.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 166 2 97 0 0.99 0.42 0.35 325.24 0.98 0.33
Hex A6 2 61 0 63 2A 23 145 62 21
Octal 246 2 141 0 143 52 43 505 142 41
Binary 10100110 10 1100001 0 1100011 101010 100011 101000101 1100010 100001

Color Harmonies of #A60261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60261

Black with #A60261

Text Example


Text Example

White with #A60261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60261; }

 p { color: rgb(166,2,97); }

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

background-color css

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

 a { background-color: rgb(166,2,97); }

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

border-color css

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

 span { border-color: rgb(166,2,97); }

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