Html Css Color HEX #A8187A Jazzberry Jam

📋 copy color: '#A8187A'

red 168 ◦ green 24 ◦ blue 122

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

Shades of Jazzberry Jam #A8187A

Tints of Jazzberry Jam #A8187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 53.5%
G = 7.64%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8187A (or 0xA8187A) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 7A. RGB value is (168,24,122). Sum of RGB (Red+Green+Blue) = 168+24+122=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8187A is #57E785. Grayscale: #4D4D4D. Windows color (decimal): -5760902 or 8001704. OLE color: 8001704.

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

Color convert

RGB 168 24 122 -
CMYK 0 0.86 0.27 0.34
HSL 319.17º 0.75% 0.38% -
HSV(B) 319.17º 0.86% 0.66% -
XYZ 19.99 10.38 19.36 -
YUV 78.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 168 24 122 0 0.86 0.27 0.34 319.17 0.75 0.38
Hex A8 18 7A 0 56 1B 22 13F 4B 26
Octal 250 30 172 0 126 33 42 477 113 46
Binary 10101000 11000 1111010 0 1010110 11011 100010 100111111 1001011 100110

Color Harmonies of #A8187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8187A

Black with #A8187A

Text Example


Text Example

White with #A8187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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