Html Css Color HEX #A6185C Jazzberry Jam

📋 copy color: '#A6185C'

red 166 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #A6185C

Tints of Jazzberry Jam #A6185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 58.87%
G = 8.51%
B = 32.62%

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

#A6185C (or 0xA6185C) is known color: Jazzberry Jam. HEX triplet: A6, 18 and 5C. RGB value is (166,24,92). Sum of RGB (Red+Green+Blue) = 166+24+92=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6185C is #59E7A3. Grayscale: #4A4A4A. Windows color (decimal): -5892004 or 6035622. OLE color: 6035622.

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

Color convert

RGB 166 24 92 -
CMYK 0 0.86 0.45 0.35
HSL 331.27º 0.75% 0.37% -
HSV(B) 331.27º 0.86% 0.65% -
XYZ 17.98 9.53 11.02 -
YUV 74.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 166 24 92 0 0.86 0.45 0.35 331.27 0.75 0.37
Hex A6 18 5C 0 56 2D 23 14B 4B 25
Octal 246 30 134 0 126 55 43 513 113 45
Binary 10100110 11000 1011100 0 1010110 101101 100011 101001011 1001011 100101

Color Harmonies of #A6185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6185C

Black with #A6185C

Text Example


Text Example

White with #A6185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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