Html Css Color HEX #A51162 Jazzberry Jam

📋 copy color: '#A51162'

red 165 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #A51162

Tints of Jazzberry Jam #A51162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35%

R = 58.93%
G = 6.07%
B = 35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A51162 (or 0xA51162) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 62. RGB value is (165,17,98). Sum of RGB (Red+Green+Blue) = 165+17+98=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A51162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51162 is #5AEE9D. Grayscale: #464646. Windows color (decimal): -5959326 or 6427045. OLE color: 6427045.

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

Color convert

RGB 165 17 98 -
CMYK 0 0.90 0.41 0.35
HSL 327.16º 0.81% 0.36% -
HSV(B) 327.16º 0.9% 0.65% -
XYZ 17.92 9.28 12.4 -
YUV 70.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 165 17 98 0 0.90 0.41 0.35 327.16 0.81 0.36
Hex A5 11 62 0 5A 29 23 147 51 24
Octal 245 21 142 0 132 51 43 507 121 44
Binary 10100101 10001 1100010 0 1011010 101001 100011 101000111 1010001 100100

Color Harmonies of #A51162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51162

Black with #A51162

Text Example


Text Example

White with #A51162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51162; }

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

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

background-color css

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

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

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

border-color css

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

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

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