Html Css Color HEX #A6096D Jazzberry Jam

📋 copy color: '#A6096D'

red 166 ◦ green 9 ◦ blue 109

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

Shades of Jazzberry Jam #A6096D

Tints of Jazzberry Jam #A6096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.17%

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 58.45%
G = 3.17%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6096D (or 0xA6096D) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 6D. RGB value is (166,9,109). Sum of RGB (Red+Green+Blue) = 166+9+109=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6096D is #59F692. Grayscale: #434343. Windows color (decimal): -5895827 or 7145894. OLE color: 7145894.

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

Color convert

RGB 166 9 109 -
CMYK 0 0.95 0.34 0.35
HSL 321.78º 0.9% 0.34% -
HSV(B) 321.78º 0.95% 0.65% -
XYZ 18.58 9.41 15.3 -
YUV 67.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 166 9 109 0 0.95 0.34 0.35 321.78 0.9 0.34
Hex A6 9 6D 0 5F 22 23 142 5A 22
Octal 246 11 155 0 137 42 43 502 132 42
Binary 10100110 1001 1101101 0 1011111 100010 100011 101000010 1011010 100010

Color Harmonies of #A6096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6096D

Black with #A6096D

Text Example


Text Example

White with #A6096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6096D; }

 p { color: rgb(166,9,109); }

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

background-color css

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

 a { background-color: rgb(166,9,109); }

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

border-color css

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

 span { border-color: rgb(166,9,109); }

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