Html Css Color HEX #A3186A Jazzberry Jam

📋 copy color: '#A3186A'

red 163 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #A3186A

Tints of Jazzberry Jam #A3186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 55.63%
G = 8.19%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3186A (or 0xA3186A) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 6A. RGB value is (163,24,106). Sum of RGB (Red+Green+Blue) = 163+24+106=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3186A is #5CE795. Grayscale: #4A4A4A. Windows color (decimal): -6088598 or 6953123. OLE color: 6953123.

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

Color convert

RGB 163 24 106 -
CMYK 0 0.85 0.35 0.36
HSL 324.6º 0.74% 0.37% -
HSV(B) 324.6º 0.85% 0.64% -
XYZ 18.03 9.48 14.52 -
YUV 74.91 145.55 190.83 -
System Red Green Blue C M Y K H S L
Decimal 163 24 106 0 0.85 0.35 0.36 324.6 0.74 0.37
Hex A3 18 6A 0 55 23 24 145 4A 25
Octal 243 30 152 0 125 43 44 505 112 45
Binary 10100011 11000 1101010 0 1010101 100011 100100 101000101 1001010 100101

Color Harmonies of #A3186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3186A

Black with #A3186A

Text Example


Text Example

White with #A3186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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