Html Css Color HEX #A6165F Jazzberry Jam

📋 copy color: '#A6165F'

red 166 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #A6165F

Tints of Jazzberry Jam #A6165F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.57%

R = 58.66%
G = 7.77%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6165F (or 0xA6165F) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 5F. RGB value is (166,22,95). Sum of RGB (Red+Green+Blue) = 166+22+95=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6165F is #59E9A0. Grayscale: #494949. Windows color (decimal): -5892513 or 6231718. OLE color: 6231718.

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

Color convert

RGB 166 22 95 -
CMYK 0 0.87 0.43 0.35
HSL 329.58º 0.77% 0.37% -
HSV(B) 329.58º 0.87% 0.65% -
XYZ 18.08 9.51 11.71 -
YUV 73.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 166 22 95 0 0.87 0.43 0.35 329.58 0.77 0.37
Hex A6 16 5F 0 57 2B 23 14A 4D 25
Octal 246 26 137 0 127 53 43 512 115 45
Binary 10100110 10110 1011111 0 1010111 101011 100011 101001010 1001101 100101

Color Harmonies of #A6165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6165F

Black with #A6165F

Text Example


Text Example

White with #A6165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6165F; }

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

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

background-color css

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

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

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

border-color css

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

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

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