Html Css Color HEX #A61163 Jazzberry Jam

📋 copy color: '#A61163'

red 166 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #A61163

Tints of Jazzberry Jam #A61163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 58.87%
G = 6.03%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A61163 (or 0xA61163) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 63. RGB value is (166,17,99). Sum of RGB (Red+Green+Blue) = 166+17+99=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A61163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61163 is #59EE9C. Grayscale: #464646. Windows color (decimal): -5893789 or 6492582. OLE color: 6492582.

HSL color Cylindrical-coordinate representation of color #A61163: hue angle of 326.98º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61163 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 99 -
CMYK 0 0.90 0.40 0.35
HSL 326.98º 0.81% 0.36% -
HSV(B) 326.98º 0.9% 0.65% -
XYZ 18.18 9.41 12.66 -
YUV 70.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 166 17 99 0 0.90 0.40 0.35 326.98 0.81 0.36
Hex A6 11 63 0 5A 28 23 147 51 24
Octal 246 21 143 0 132 50 43 507 121 44
Binary 10100110 10001 1100011 0 1011010 101000 100011 101000111 1010001 100100

Color Harmonies of #A61163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61163

Black with #A61163

Text Example


Text Example

White with #A61163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61163; }

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

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

background-color css

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

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

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

border-color css

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

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

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