Html Css Color HEX #A5104E Jazzberry Jam

📋 copy color: '#A5104E'

red 165 ◦ green 16 ◦ blue 78

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

Shades of Jazzberry Jam #A5104E

Tints of Jazzberry Jam #A5104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 78 (30.86% from 255) = 30.12%

R = 63.71%
G = 6.18%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5104E (or 0xA5104E) is known color: Jazzberry Jam. HEX triplet: A5, 10 and 4E. RGB value is (165,16,78). Sum of RGB (Red+Green+Blue) = 165+16+78=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5104E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5104E is #5AEFB1. Grayscale: #434343. Windows color (decimal): -5959602 or 5116069. OLE color: 5116069.

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

Color convert

RGB 165 16 78 -
CMYK 0 0.90 0.53 0.35
HSL 335.03º 0.82% 0.35% -
HSV(B) 335.03º 0.9% 0.65% -
XYZ 17.08 8.92 8.03 -
YUV 67.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 165 16 78 0 0.90 0.53 0.35 335.03 0.82 0.35
Hex A5 10 4E 0 5A 35 23 14F 52 23
Octal 245 20 116 0 132 65 43 517 122 43
Binary 10100101 10000 1001110 0 1011010 110101 100011 101001111 1010010 100011

Color Harmonies of #A5104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5104E

Black with #A5104E

Text Example


Text Example

White with #A5104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5104E; }

 p { color: rgb(165,16,78); }

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

background-color css

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

 a { background-color: rgb(165,16,78); }

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

border-color css

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

 span { border-color: rgb(165,16,78); }

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