Html Css Color HEX #A6165D Jazzberry Jam

📋 copy color: '#A6165D'

red 166 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #A6165D

Tints of Jazzberry Jam #A6165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 59.07%
G = 7.83%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6165D (or 0xA6165D) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 5D. RGB value is (166,22,93). Sum of RGB (Red+Green+Blue) = 166+22+93=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6165D is #59E9A2. Grayscale: #494949. Windows color (decimal): -5892515 or 6100646. OLE color: 6100646.

HSL color Cylindrical-coordinate representation of color #A6165D: hue angle of 330.42º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6165D is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 93 -
CMYK 0 0.87 0.44 0.35
HSL 330.42º 0.77% 0.37% -
HSV(B) 330.42º 0.87% 0.65% -
XYZ 17.99 9.47 11.24 -
YUV 73.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 166 22 93 0 0.87 0.44 0.35 330.42 0.77 0.37
Hex A6 16 5D 0 57 2C 23 14A 4D 25
Octal 246 26 135 0 127 54 43 512 115 45
Binary 10100110 10110 1011101 0 1010111 101100 100011 101001010 1001101 100101

Color Harmonies of #A6165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6165D

Black with #A6165D

Text Example


Text Example

White with #A6165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6165D; }

 p { color: rgb(166,22,93); }

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

background-color css

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

 a { background-color: rgb(166,22,93); }

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

border-color css

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

 span { border-color: rgb(166,22,93); }

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