Html Css Color HEX #AD146E Jazzberry Jam

📋 copy color: '#AD146E'

red 173 ◦ green 20 ◦ blue 110

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

Shades of Jazzberry Jam #AD146E

Tints of Jazzberry Jam #AD146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 57.1%
G = 6.6%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD146E (or 0xAD146E) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 6E. RGB value is (173,20,110). Sum of RGB (Red+Green+Blue) = 173+20+110=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD146E is #52EB91. Grayscale: #4B4B4B. Windows color (decimal): -5434258 or 7214253. OLE color: 7214253.

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

Color convert

RGB 173 20 110 -
CMYK 0 0.88 0.36 0.32
HSL 324.71º 0.79% 0.38% -
HSV(B) 324.71º 0.88% 0.68% -
XYZ 20.3 10.51 15.71 -
YUV 76.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 173 20 110 0 0.88 0.36 0.32 324.71 0.79 0.38
Hex AD 14 6E 0 58 24 20 145 4F 26
Octal 255 24 156 0 130 44 40 505 117 46
Binary 10101101 10100 1101110 0 1011000 100100 100000 101000101 1001111 100110

Color Harmonies of #AD146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD146E

Black with #AD146E

Text Example


Text Example

White with #AD146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD146E; }

 p { color: rgb(173,20,110); }

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

background-color css

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

 a { background-color: rgb(173,20,110); }

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

border-color css

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

 span { border-color: rgb(173,20,110); }

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