Html Css Color HEX #A3115E Jazzberry Jam

📋 copy color: '#A3115E'

red 163 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #A3115E

Tints of Jazzberry Jam #A3115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 59.49%
G = 6.2%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3115E (or 0xA3115E) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 5E. RGB value is (163,17,94). Sum of RGB (Red+Green+Blue) = 163+17+94=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3115E is #5CEEA1. Grayscale: #454545. Windows color (decimal): -6090402 or 6164899. OLE color: 6164899.

HSL color Cylindrical-coordinate representation of color #A3115E: hue angle of 328.36º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3115E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 94 -
CMYK 0 0.90 0.42 0.36
HSL 328.36º 0.81% 0.35% -
HSV(B) 328.36º 0.9% 0.64% -
XYZ 17.33 9 11.41 -
YUV 69.43 141.87 194.74 -
System Red Green Blue C M Y K H S L
Decimal 163 17 94 0 0.90 0.42 0.36 328.36 0.81 0.35
Hex A3 11 5E 0 5A 2A 24 148 51 23
Octal 243 21 136 0 132 52 44 510 121 43
Binary 10100011 10001 1011110 0 1011010 101010 100100 101001000 1010001 100011

Color Harmonies of #A3115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3115E

Black with #A3115E

Text Example


Text Example

White with #A3115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3115E; }

 p { color: rgb(163,17,94); }

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

background-color css

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

 a { background-color: rgb(163,17,94); }

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

border-color css

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

 span { border-color: rgb(163,17,94); }

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