Html Css Color HEX #A5185D Jazzberry Jam

📋 copy color: '#A5185D'

red 165 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #A5185D

Tints of Jazzberry Jam #A5185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 58.51%
G = 8.51%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5185D (or 0xA5185D) is known color: Jazzberry Jam. HEX triplet: A5, 18 and 5D. RGB value is (165,24,93). Sum of RGB (Red+Green+Blue) = 165+24+93=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5185D is #5AE7A2. Grayscale: #494949. Windows color (decimal): -5957539 or 6101157. OLE color: 6101157.

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

Color convert

RGB 165 24 93 -
CMYK 0 0.85 0.44 0.35
HSL 330.64º 0.75% 0.37% -
HSV(B) 330.64º 0.85% 0.65% -
XYZ 17.82 9.44 11.24 -
YUV 74.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 165 24 93 0 0.85 0.44 0.35 330.64 0.75 0.37
Hex A5 18 5D 0 55 2C 23 14B 4B 25
Octal 245 30 135 0 125 54 43 513 113 45
Binary 10100101 11000 1011101 0 1010101 101100 100011 101001011 1001011 100101

Color Harmonies of #A5185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5185D

Black with #A5185D

Text Example


Text Example

White with #A5185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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