Html Css Color HEX #A5114F Jazzberry Jam

📋 copy color: '#A5114F'

red 165 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #A5114F

Tints of Jazzberry Jam #A5114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 63.22%
G = 6.51%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5114F (or 0xA5114F) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 4F. RGB value is (165,17,79). Sum of RGB (Red+Green+Blue) = 165+17+79=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5114F is #5AEEB0. Grayscale: #444444. Windows color (decimal): -5959345 or 5181861. OLE color: 5181861.

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

Color convert

RGB 165 17 79 -
CMYK 0 0.90 0.52 0.35
HSL 334.86º 0.81% 0.36% -
HSV(B) 334.86º 0.9% 0.65% -
XYZ 17.13 8.96 8.22 -
YUV 68.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 165 17 79 0 0.90 0.52 0.35 334.86 0.81 0.36
Hex A5 11 4F 0 5A 34 23 14F 51 24
Octal 245 21 117 0 132 64 43 517 121 44
Binary 10100101 10001 1001111 0 1011010 110100 100011 101001111 1010001 100100

Color Harmonies of #A5114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5114F

Black with #A5114F

Text Example


Text Example

White with #A5114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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