Html Css Color HEX #A4155C Jazzberry Jam

📋 copy color: '#A4155C'

red 164 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #A4155C

Tints of Jazzberry Jam #A4155C

RGB

 RED value IS 164 (64.45% from 255) = 59.21%

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 59.21%
G = 7.58%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4155C (or 0xA4155C) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 5C. RGB value is (164,21,92). Sum of RGB (Red+Green+Blue) = 164+21+92=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4155C is #5BEAA3. Grayscale: #474747. Windows color (decimal): -6023844 or 6034852. OLE color: 6034852.

HSL color Cylindrical-coordinate representation of color #A4155C: hue angle of 330.21º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4155C is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 92 -
CMYK 0 0.87 0.44 0.36
HSL 330.21º 0.77% 0.36% -
HSV(B) 330.21º 0.87% 0.64% -
XYZ 17.51 9.2 10.98 -
YUV 71.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 164 21 92 0 0.87 0.44 0.36 330.21 0.77 0.36
Hex A4 15 5C 0 57 2C 24 14A 4D 24
Octal 244 25 134 0 127 54 44 512 115 44
Binary 10100100 10101 1011100 0 1010111 101100 100100 101001010 1001101 100100

Color Harmonies of #A4155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4155C

Black with #A4155C

Text Example


Text Example

White with #A4155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4155C; }

 p { color: rgb(164,21,92); }

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

background-color css

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

 a { background-color: rgb(164,21,92); }

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

border-color css

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

 span { border-color: rgb(164,21,92); }

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