Html Css Color HEX #AD226D Jazzberry Jam

📋 copy color: '#AD226D'

red 173 ◦ green 34 ◦ blue 109

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

Shades of Jazzberry Jam #AD226D

Tints of Jazzberry Jam #AD226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

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

R = 54.75%
G = 10.76%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD226D (or 0xAD226D) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 6D. RGB value is (173,34,109). Sum of RGB (Red+Green+Blue) = 173+34+109=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD226D is #52DD92. Grayscale: #535353. Windows color (decimal): -5430675 or 7152301. OLE color: 7152301.

HSL color Cylindrical-coordinate representation of color #AD226D: hue angle of 327.63º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD226D is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 109 -
CMYK 0 0.80 0.37 0.32
HSL 327.63º 0.67% 0.41% -
HSV(B) 327.63º 0.8% 0.68% -
XYZ 20.57 11.13 15.53 -
YUV 84.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 173 34 109 0 0.80 0.37 0.32 327.63 0.67 0.41
Hex AD 22 6D 0 50 25 20 148 43 29
Octal 255 42 155 0 120 45 40 510 103 51
Binary 10101101 100010 1101101 0 1010000 100101 100000 101001000 1000011 101001

Color Harmonies of #AD226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD226D

Black with #AD226D

Text Example


Text Example

White with #AD226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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