Html Css Color HEX #A6187B Jazzberry Jam

📋 copy color: '#A6187B'

red 166 ◦ green 24 ◦ blue 123

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

Shades of Jazzberry Jam #A6187B

Tints of Jazzberry Jam #A6187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 53.04%
G = 7.67%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6187B (or 0xA6187B) is known color: Jazzberry Jam. HEX triplet: A6, 18 and 7B. RGB value is (166,24,123). Sum of RGB (Red+Green+Blue) = 166+24+123=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6187B is #59E784. Grayscale: #4D4D4D. Windows color (decimal): -5891973 or 8067238. OLE color: 8067238.

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

Color convert

RGB 166 24 123 -
CMYK 0 0.86 0.26 0.35
HSL 318.17º 0.75% 0.37% -
HSV(B) 318.17º 0.86% 0.65% -
XYZ 19.63 10.19 19.67 -
YUV 77.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 166 24 123 0 0.86 0.26 0.35 318.17 0.75 0.37
Hex A6 18 7B 0 56 1A 23 13E 4B 25
Octal 246 30 173 0 126 32 43 476 113 45
Binary 10100110 11000 1111011 0 1010110 11010 100011 100111110 1001011 100101

Color Harmonies of #A6187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6187B

Black with #A6187B

Text Example


Text Example

White with #A6187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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