Html Css Color HEX #A4115B Jazzberry Jam

📋 copy color: '#A4115B'

red 164 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #A4115B

Tints of Jazzberry Jam #A4115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 60.29%
G = 6.25%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4115B (or 0xA4115B) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 5B. RGB value is (164,17,91). Sum of RGB (Red+Green+Blue) = 164+17+91=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4115B is #5BEEA4. Grayscale: #454545. Windows color (decimal): -6024869 or 5968292. OLE color: 5968292.

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

Color convert

RGB 164 17 91 -
CMYK 0 0.90 0.45 0.36
HSL 329.8º 0.81% 0.35% -
HSV(B) 329.8º 0.9% 0.64% -
XYZ 17.4 9.05 10.73 -
YUV 69.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 164 17 91 0 0.90 0.45 0.36 329.8 0.81 0.35
Hex A4 11 5B 0 5A 2D 24 14A 51 23
Octal 244 21 133 0 132 55 44 512 121 43
Binary 10100100 10001 1011011 0 1011010 101101 100100 101001010 1010001 100011

Color Harmonies of #A4115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4115B

Black with #A4115B

Text Example


Text Example

White with #A4115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4115B; }

 p { color: rgb(164,17,91); }

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

background-color css

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

 a { background-color: rgb(164,17,91); }

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

border-color css

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

 span { border-color: rgb(164,17,91); }

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