Html Css Color HEX #A51168 Jazzberry Jam

📋 copy color: '#A51168'

red 165 ◦ green 17 ◦ blue 104

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

Shades of Jazzberry Jam #A51168

Tints of Jazzberry Jam #A51168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 57.69%
G = 5.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A51168 (or 0xA51168) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 68. RGB value is (165,17,104). Sum of RGB (Red+Green+Blue) = 165+17+104=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A51168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51168 is #5AEE97. Grayscale: #464646. Windows color (decimal): -5959320 or 6820261. OLE color: 6820261.

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

Color convert

RGB 165 17 104 -
CMYK 0 0.90 0.37 0.35
HSL 324.73º 0.81% 0.36% -
HSV(B) 324.73º 0.9% 0.65% -
XYZ 18.22 9.4 13.95 -
YUV 71.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 165 17 104 0 0.90 0.37 0.35 324.73 0.81 0.36
Hex A5 11 68 0 5A 25 23 145 51 24
Octal 245 21 150 0 132 45 43 505 121 44
Binary 10100101 10001 1101000 0 1011010 100101 100011 101000101 1010001 100100

Color Harmonies of #A51168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51168

Black with #A51168

Text Example


Text Example

White with #A51168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51168; }

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

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

background-color css

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

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

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

border-color css

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

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

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