Html Css Color HEX #A6185B Jazzberry Jam

📋 copy color: '#A6185B'

red 166 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #A6185B

Tints of Jazzberry Jam #A6185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

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

R = 59.07%
G = 8.54%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6185B (or 0xA6185B) is known color: Jazzberry Jam. HEX triplet: A6, 18 and 5B. RGB value is (166,24,91). Sum of RGB (Red+Green+Blue) = 166+24+91=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6185B is #59E7A4. Grayscale: #494949. Windows color (decimal): -5892005 or 5970086. OLE color: 5970086.

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

Color convert

RGB 166 24 91 -
CMYK 0 0.86 0.45 0.35
HSL 331.69º 0.75% 0.37% -
HSV(B) 331.69º 0.86% 0.65% -
XYZ 17.94 9.52 10.79 -
YUV 74.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 166 24 91 0 0.86 0.45 0.35 331.69 0.75 0.37
Hex A6 18 5B 0 56 2D 23 14C 4B 25
Octal 246 30 133 0 126 55 43 514 113 45
Binary 10100110 11000 1011011 0 1010110 101101 100011 101001100 1001011 100101

Color Harmonies of #A6185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6185B

Black with #A6185B

Text Example


Text Example

White with #A6185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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