Html Css Color HEX #A51163 Jazzberry Jam

📋 copy color: '#A51163'

red 165 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #A51163

Tints of Jazzberry Jam #A51163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 58.72%
G = 6.05%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A51163 (or 0xA51163) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 63. RGB value is (165,17,99). Sum of RGB (Red+Green+Blue) = 165+17+99=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A51163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51163 is #5AEE9C. Grayscale: #464646. Windows color (decimal): -5959325 or 6492581. OLE color: 6492581.

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

Color convert

RGB 165 17 99 -
CMYK 0 0.90 0.40 0.35
HSL 326.76º 0.81% 0.36% -
HSV(B) 326.76º 0.9% 0.65% -
XYZ 17.97 9.3 12.65 -
YUV 70.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 165 17 99 0 0.90 0.40 0.35 326.76 0.81 0.36
Hex A5 11 63 0 5A 28 23 147 51 24
Octal 245 21 143 0 132 50 43 507 121 44
Binary 10100101 10001 1100011 0 1011010 101000 100011 101000111 1010001 100100

Color Harmonies of #A51163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51163

Black with #A51163

Text Example


Text Example

White with #A51163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51163; }

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

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

background-color css

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

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

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

border-color css

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

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

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