Html Css Color HEX #AD155E Jazzberry Jam

📋 copy color: '#AD155E'

red 173 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #AD155E

Tints of Jazzberry Jam #AD155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 60.07%
G = 7.29%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD155E (or 0xAD155E) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 5E. RGB value is (173,21,94). Sum of RGB (Red+Green+Blue) = 173+21+94=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD155E is #52EAA1. Grayscale: #4A4A4A. Windows color (decimal): -5434018 or 6165933. OLE color: 6165933.

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

Color convert

RGB 173 21 94 -
CMYK 0 0.88 0.46 0.32
HSL 331.18º 0.78% 0.38% -
HSV(B) 331.18º 0.88% 0.68% -
XYZ 19.52 10.23 11.54 -
YUV 74.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 173 21 94 0 0.88 0.46 0.32 331.18 0.78 0.38
Hex AD 15 5E 0 58 2E 20 14B 4E 26
Octal 255 25 136 0 130 56 40 513 116 46
Binary 10101101 10101 1011110 0 1011000 101110 100000 101001011 1001110 100110

Color Harmonies of #AD155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD155E

Black with #AD155E

Text Example


Text Example

White with #AD155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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