Html Css Color HEX #A6085B Jazzberry Jam

📋 copy color: '#A6085B'

red 166 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #A6085B

Tints of Jazzberry Jam #A6085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 62.64%
G = 3.02%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6085B (or 0xA6085B) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 5B. RGB value is (166,8,91). Sum of RGB (Red+Green+Blue) = 166+8+91=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6085B is #59F7A4. Grayscale: #404040. Windows color (decimal): -5896101 or 5965990. OLE color: 5965990.

HSL color Cylindrical-coordinate representation of color #A6085B: hue angle of 328.48º degrees, saturation: 0.91, 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 #A6085B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 91 -
CMYK 0 0.95 0.45 0.35
HSL 328.48º 0.91% 0.34% -
HSV(B) 328.48º 0.95% 0.65% -
XYZ 17.7 9.04 10.71 -
YUV 64.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 166 8 91 0 0.95 0.45 0.35 328.48 0.91 0.34
Hex A6 8 5B 0 5F 2D 23 148 5B 22
Octal 246 10 133 0 137 55 43 510 133 42
Binary 10100110 1000 1011011 0 1011111 101101 100011 101001000 1011011 100010

Color Harmonies of #A6085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6085B

Black with #A6085B

Text Example


Text Example

White with #A6085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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