Html Css Color HEX #A60265 Jazzberry Jam

📋 copy color: '#A60265'

red 166 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #A60265

Tints of Jazzberry Jam #A60265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 61.71%
G = 0.74%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A60265 (or 0xA60265) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 65. RGB value is (166,2,101). Sum of RGB (Red+Green+Blue) = 166+2+101=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A60265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60265 is #59FD9A. Grayscale: #3E3E3E. Windows color (decimal): -5897627 or 6619814. OLE color: 6619814.

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

Color convert

RGB 166 2 101 -
CMYK 0 0.99 0.39 0.35
HSL 323.78º 0.98% 0.33% -
HSV(B) 323.78º 0.99% 0.65% -
XYZ 18.1 9.09 13.11 -
YUV 62.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 166 2 101 0 0.99 0.39 0.35 323.78 0.98 0.33
Hex A6 2 65 0 63 27 23 144 62 21
Octal 246 2 145 0 143 47 43 504 142 41
Binary 10100110 10 1100101 0 1100011 100111 100011 101000100 1100010 100001

Color Harmonies of #A60265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60265

Black with #A60265

Text Example


Text Example

White with #A60265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60265; }

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

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

background-color css

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

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

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

border-color css

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

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

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