Html Css Color HEX #A8177A Jazzberry Jam

📋 copy color: '#A8177A'

red 168 ◦ green 23 ◦ blue 122

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

Shades of Jazzberry Jam #A8177A

Tints of Jazzberry Jam #A8177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 53.67%
G = 7.35%
B = 38.98%

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

#A8177A (or 0xA8177A) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 7A. RGB value is (168,23,122). Sum of RGB (Red+Green+Blue) = 168+23+122=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8177A is #57E885. Grayscale: #4D4D4D. Windows color (decimal): -5761158 or 8001448. OLE color: 8001448.

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

Color convert

RGB 168 23 122 -
CMYK 0 0.86 0.27 0.34
HSL 319.03º 0.76% 0.37% -
HSV(B) 319.03º 0.86% 0.66% -
XYZ 19.97 10.34 19.36 -
YUV 77.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 168 23 122 0 0.86 0.27 0.34 319.03 0.76 0.37
Hex A8 17 7A 0 56 1B 22 13F 4C 25
Octal 250 27 172 0 126 33 42 477 114 45
Binary 10101000 10111 1111010 0 1010110 11011 100010 100111111 1001100 100101

Color Harmonies of #A8177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8177A

Black with #A8177A

Text Example


Text Example

White with #A8177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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