Html Css Color HEX #A51154 Jazzberry Jam

📋 copy color: '#A51154'

red 165 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #A51154

Tints of Jazzberry Jam #A51154

RGB

 RED value IS 165 (64.84% from 255) = 62.03%

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

 BLUE value IS 84 (33.2% from 255) = 31.58%

R = 62.03%
G = 6.39%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A51154 (or 0xA51154) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 54. RGB value is (165,17,84). Sum of RGB (Red+Green+Blue) = 165+17+84=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A51154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51154 is #5AEEAB. Grayscale: #444444. Windows color (decimal): -5959340 or 5509541. OLE color: 5509541.

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

Color convert

RGB 165 17 84 -
CMYK 0 0.90 0.49 0.35
HSL 332.84º 0.81% 0.36% -
HSV(B) 332.84º 0.9% 0.65% -
XYZ 17.32 9.04 9.22 -
YUV 68.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 165 17 84 0 0.90 0.49 0.35 332.84 0.81 0.36
Hex A5 11 54 0 5A 31 23 14D 51 24
Octal 245 21 124 0 132 61 43 515 121 44
Binary 10100101 10001 1010100 0 1011010 110001 100011 101001101 1010001 100100

Color Harmonies of #A51154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51154

Black with #A51154

Text Example


Text Example

White with #A51154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51154; }

 p { color: rgb(165,17,84); }

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

background-color css

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

 a { background-color: rgb(165,17,84); }

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

border-color css

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

 span { border-color: rgb(165,17,84); }

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