Html Css Color HEX #A3185C Jazzberry Jam

📋 copy color: '#A3185C'

red 163 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #A3185C

Tints of Jazzberry Jam #A3185C

RGB

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

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

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

R = 58.42%
G = 8.6%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3185C (or 0xA3185C) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 5C. RGB value is (163,24,92). Sum of RGB (Red+Green+Blue) = 163+24+92=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3185C is #5CE7A3. Grayscale: #494949. Windows color (decimal): -6088612 or 6035619. OLE color: 6035619.

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

Color convert

RGB 163 24 92 -
CMYK 0 0.85 0.44 0.36
HSL 330.65º 0.74% 0.37% -
HSV(B) 330.65º 0.85% 0.64% -
XYZ 17.36 9.21 10.99 -
YUV 73.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 163 24 92 0 0.85 0.44 0.36 330.65 0.74 0.37
Hex A3 18 5C 0 55 2C 24 14B 4A 25
Octal 243 30 134 0 125 54 44 513 112 45
Binary 10100011 11000 1011100 0 1010101 101100 100100 101001011 1001010 100101

Color Harmonies of #A3185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3185C

Black with #A3185C

Text Example


Text Example

White with #A3185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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