Html Css Color HEX #A60165 Jazzberry Jam

📋 copy color: '#A60165'

red 166 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #A60165

Tints of Jazzberry Jam #A60165

RGB

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

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

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

R = 61.94%
G = 0.37%
B = 37.69%

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

#A60165 (or 0xA60165) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 65. RGB value is (166,1,101). Sum of RGB (Red+Green+Blue) = 166+1+101=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A60165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60165 is #59FE9A. Grayscale: #3D3D3D. Windows color (decimal): -5897883 or 6619558. OLE color: 6619558.

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

Color convert

RGB 166 1 101 -
CMYK 0 0.99 0.39 0.35
HSL 323.64º 0.99% 0.33% -
HSV(B) 323.64º 0.99% 0.65% -
XYZ 18.09 9.07 13.11 -
YUV 61.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 166 1 101 0 0.99 0.39 0.35 323.64 0.99 0.33
Hex A6 1 65 0 63 27 23 144 63 21
Octal 246 1 145 0 143 47 43 504 143 41
Binary 10100110 1 1100101 0 1100011 100111 100011 101000100 1100011 100001

Color Harmonies of #A60165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60165

Black with #A60165

Text Example


Text Example

White with #A60165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60165; }

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

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

background-color css

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

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

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

border-color css

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

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

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