Html Css Color HEX #AD226C Jazzberry Jam

📋 copy color: '#AD226C'

red 173 ◦ green 34 ◦ blue 108

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

Shades of Jazzberry Jam #AD226C

Tints of Jazzberry Jam #AD226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 54.92%
G = 10.79%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD226C (or 0xAD226C) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 6C. RGB value is (173,34,108). Sum of RGB (Red+Green+Blue) = 173+34+108=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD226C is #52DD93. Grayscale: #535353. Windows color (decimal): -5430676 or 7086765. OLE color: 7086765.

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

Color convert

RGB 173 34 108 -
CMYK 0 0.80 0.38 0.32
HSL 328.06º 0.67% 0.41% -
HSV(B) 328.06º 0.8% 0.68% -
XYZ 20.51 11.11 15.25 -
YUV 84 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 173 34 108 0 0.80 0.38 0.32 328.06 0.67 0.41
Hex AD 22 6C 0 50 26 20 148 43 29
Octal 255 42 154 0 120 46 40 510 103 51
Binary 10101101 100010 1101100 0 1010000 100110 100000 101001000 1000011 101001

Color Harmonies of #AD226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD226C

Black with #AD226C

Text Example


Text Example

White with #AD226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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