Html Css Color HEX #AD156A Jazzberry Jam

📋 copy color: '#AD156A'

red 173 ◦ green 21 ◦ blue 106

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

Shades of Jazzberry Jam #AD156A

Tints of Jazzberry Jam #AD156A

RGB

 RED value IS 173 (67.97% from 255) = 57.67%

 GREEN value IS 21 (8.59% from 255) = 7%

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 57.67%
G = 7%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD156A (or 0xAD156A) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 6A. RGB value is (173,21,106). Sum of RGB (Red+Green+Blue) = 173+21+106=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD156A is #52EA95. Grayscale: #4B4B4B. Windows color (decimal): -5434006 or 6952365. OLE color: 6952365.

HSL color Cylindrical-coordinate representation of color #AD156A: hue angle of 326.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD156A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 106 -
CMYK 0 0.88 0.39 0.32
HSL 326.45º 0.78% 0.38% -
HSV(B) 326.45º 0.88% 0.68% -
XYZ 20.1 10.46 14.6 -
YUV 76.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 173 21 106 0 0.88 0.39 0.32 326.45 0.78 0.38
Hex AD 15 6A 0 58 27 20 146 4E 26
Octal 255 25 152 0 130 47 40 506 116 46
Binary 10101101 10101 1101010 0 1011000 100111 100000 101000110 1001110 100110

Color Harmonies of #AD156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD156A

Black with #AD156A

Text Example


Text Example

White with #AD156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD156A; }

 p { color: rgb(173,21,106); }

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

background-color css

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

 a { background-color: rgb(173,21,106); }

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

border-color css

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

 span { border-color: rgb(173,21,106); }

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