Html Css Color HEX #A8185D Jazzberry Jam

📋 copy color: '#A8185D'

red 168 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #A8185D

Tints of Jazzberry Jam #A8185D

RGB

 RED value IS 168 (66.02% from 255) = 58.95%

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

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

R = 58.95%
G = 8.42%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8185D (or 0xA8185D) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 5D. RGB value is (168,24,93). Sum of RGB (Red+Green+Blue) = 168+24+93=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8185D is #57E7A2. Grayscale: #4A4A4A. Windows color (decimal): -5760931 or 6101160. OLE color: 6101160.

HSL color Cylindrical-coordinate representation of color #A8185D: hue angle of 331.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8185D is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 93 -
CMYK 0 0.86 0.45 0.34
HSL 331.25º 0.75% 0.38% -
HSV(B) 331.25º 0.86% 0.66% -
XYZ 18.45 9.77 11.27 -
YUV 74.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 168 24 93 0 0.86 0.45 0.34 331.25 0.75 0.38
Hex A8 18 5D 0 56 2D 22 14B 4B 26
Octal 250 30 135 0 126 55 42 513 113 46
Binary 10101000 11000 1011101 0 1010110 101101 100010 101001011 1001011 100110

Color Harmonies of #A8185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8185D

Black with #A8185D

Text Example


Text Example

White with #A8185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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