Html Css Color HEX #A5184E Jazzberry Jam

📋 copy color: '#A5184E'

red 165 ◦ green 24 ◦ blue 78

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

Shades of Jazzberry Jam #A5184E

Tints of Jazzberry Jam #A5184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 61.8%
G = 8.99%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5184E (or 0xA5184E) is known color: Jazzberry Jam. HEX triplet: A5, 18 and 4E. RGB value is (165,24,78). Sum of RGB (Red+Green+Blue) = 165+24+78=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A5184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5184E is #5AE7B1. Grayscale: #484848. Windows color (decimal): -5957554 or 5118117. OLE color: 5118117.

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

Color convert

RGB 165 24 78 -
CMYK 0 0.85 0.53 0.35
HSL 337.02º 0.75% 0.37% -
HSV(B) 337.02º 0.85% 0.65% -
XYZ 17.22 9.2 8.08 -
YUV 72.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 165 24 78 0 0.85 0.53 0.35 337.02 0.75 0.37
Hex A5 18 4E 0 55 35 23 151 4B 25
Octal 245 30 116 0 125 65 43 521 113 45
Binary 10100101 11000 1001110 0 1010101 110101 100011 101010001 1001011 100101

Color Harmonies of #A5184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5184E

Black with #A5184E

Text Example


Text Example

White with #A5184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5184E; }

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

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

background-color css

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

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

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

border-color css

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

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

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