Html Css Color HEX #A3186B Jazzberry Jam

📋 copy color: '#A3186B'

red 163 ◦ green 24 ◦ blue 107

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

Shades of Jazzberry Jam #A3186B

Tints of Jazzberry Jam #A3186B

RGB

 RED value IS 163 (64.06% from 255) = 55.44%

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 55.44%
G = 8.16%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3186B (or 0xA3186B) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 6B. RGB value is (163,24,107). Sum of RGB (Red+Green+Blue) = 163+24+107=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3186B is #5CE794. Grayscale: #4A4A4A. Windows color (decimal): -6088597 or 7018659. OLE color: 7018659.

HSL color Cylindrical-coordinate representation of color #A3186B: hue angle of 324.17º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3186B is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 107 -
CMYK 0 0.85 0.34 0.36
HSL 324.17º 0.74% 0.37% -
HSV(B) 324.17º 0.85% 0.64% -
XYZ 18.08 9.5 14.79 -
YUV 75.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 163 24 107 0 0.85 0.34 0.36 324.17 0.74 0.37
Hex A3 18 6B 0 55 22 24 144 4A 25
Octal 243 30 153 0 125 42 44 504 112 45
Binary 10100011 11000 1101011 0 1010101 100010 100100 101000100 1001010 100101

Color Harmonies of #A3186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3186B

Black with #A3186B

Text Example


Text Example

White with #A3186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3186B; }

 p { color: rgb(163,24,107); }

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

background-color css

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

 a { background-color: rgb(163,24,107); }

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

border-color css

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

 span { border-color: rgb(163,24,107); }

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