Html Css Color HEX #A6065B Jazzberry Jam

📋 copy color: '#A6065B'

red 166 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #A6065B

Tints of Jazzberry Jam #A6065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 63.12%
G = 2.28%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6065B (or 0xA6065B) is known color: Jazzberry Jam. HEX triplet: A6, 06 and 5B. RGB value is (166,6,91). Sum of RGB (Red+Green+Blue) = 166+6+91=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6065B is #59F9A4. Grayscale: #3F3F3F. Windows color (decimal): -5896613 or 5965478. OLE color: 5965478.

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

Color convert

RGB 166 6 91 -
CMYK 0 0.96 0.45 0.35
HSL 328.13º 0.93% 0.34% -
HSV(B) 328.13º 0.96% 0.65% -
XYZ 17.68 8.99 10.7 -
YUV 63.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 166 6 91 0 0.96 0.45 0.35 328.13 0.93 0.34
Hex A6 6 5B 0 60 2D 23 148 5D 22
Octal 246 6 133 0 140 55 43 510 135 42
Binary 10100110 110 1011011 0 1100000 101101 100011 101001000 1011101 100010

Color Harmonies of #A6065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6065B

Black with #A6065B

Text Example


Text Example

White with #A6065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6065B; }

 p { color: rgb(166,6,91); }

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

background-color css

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

 a { background-color: rgb(166,6,91); }

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

border-color css

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

 span { border-color: rgb(166,6,91); }

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