Html Css Color HEX #A60163 Jazzberry Jam

📋 copy color: '#A60163'

red 166 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #A60163

Tints of Jazzberry Jam #A60163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 62.41%
G = 0.38%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A60163 (or 0xA60163) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 63. RGB value is (166,1,99). Sum of RGB (Red+Green+Blue) = 166+1+99=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A60163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60163 is #59FE9C. Grayscale: #3D3D3D. Windows color (decimal): -5897885 or 6488486. OLE color: 6488486.

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

Color convert

RGB 166 1 99 -
CMYK 0 0.99 0.40 0.35
HSL 324.36º 0.99% 0.33% -
HSV(B) 324.36º 0.99% 0.65% -
XYZ 17.99 9.03 12.6 -
YUV 61.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 166 1 99 0 0.99 0.40 0.35 324.36 0.99 0.33
Hex A6 1 63 0 63 28 23 144 63 21
Octal 246 1 143 0 143 50 43 504 143 41
Binary 10100110 1 1100011 0 1100011 101000 100011 101000100 1100011 100001

Color Harmonies of #A60163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60163

Black with #A60163

Text Example


Text Example

White with #A60163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60163; }

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

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

background-color css

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

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

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

border-color css

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

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

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