Html Css Color HEX #A8185A Jazzberry Jam

📋 copy color: '#A8185A'

red 168 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #A8185A

Tints of Jazzberry Jam #A8185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 59.57%
G = 8.51%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8185A (or 0xA8185A) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 5A. RGB value is (168,24,90). Sum of RGB (Red+Green+Blue) = 168+24+90=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8185A is #57E7A5. Grayscale: #4A4A4A. Windows color (decimal): -5760934 or 5904552. OLE color: 5904552.

HSL color Cylindrical-coordinate representation of color #A8185A: hue angle of 332.5º 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 #A8185A is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 90 -
CMYK 0 0.86 0.46 0.34
HSL 332.5º 0.75% 0.38% -
HSV(B) 332.5º 0.86% 0.66% -
XYZ 18.32 9.72 10.58 -
YUV 74.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 168 24 90 0 0.86 0.46 0.34 332.5 0.75 0.38
Hex A8 18 5A 0 56 2E 22 14C 4B 26
Octal 250 30 132 0 126 56 42 514 113 46
Binary 10101000 11000 1011010 0 1010110 101110 100010 101001100 1001011 100110

Color Harmonies of #A8185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8185A

Black with #A8185A

Text Example


Text Example

White with #A8185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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