Html Css Color HEX #AD146D Jazzberry Jam

📋 copy color: '#AD146D'

red 173 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #AD146D

Tints of Jazzberry Jam #AD146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 57.28%
G = 6.62%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD146D (or 0xAD146D) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 6D. RGB value is (173,20,109). Sum of RGB (Red+Green+Blue) = 173+20+109=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD146D is #52EB92. Grayscale: #4B4B4B. Windows color (decimal): -5434259 or 7148717. OLE color: 7148717.

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

Color convert

RGB 173 20 109 -
CMYK 0 0.88 0.37 0.32
HSL 325.1º 0.79% 0.38% -
HSV(B) 325.1º 0.88% 0.68% -
XYZ 20.24 10.49 15.43 -
YUV 75.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 173 20 109 0 0.88 0.37 0.32 325.1 0.79 0.38
Hex AD 14 6D 0 58 25 20 145 4F 26
Octal 255 24 155 0 130 45 40 505 117 46
Binary 10101101 10100 1101101 0 1011000 100101 100000 101000101 1001111 100110

Color Harmonies of #AD146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD146D

Black with #AD146D

Text Example


Text Example

White with #AD146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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