Html Css Color HEX #AD226B Jazzberry Jam

📋 copy color: '#AD226B'

red 173 ◦ green 34 ◦ blue 107

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

Shades of Jazzberry Jam #AD226B

Tints of Jazzberry Jam #AD226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 55.1%
G = 10.83%
B = 34.08%

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

#AD226B (or 0xAD226B) is known color: Jazzberry Jam. HEX triplet: AD, 22 and 6B. RGB value is (173,34,107). Sum of RGB (Red+Green+Blue) = 173+34+107=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD226B is #52DD94. Grayscale: #535353. Windows color (decimal): -5430677 or 7021229. OLE color: 7021229.

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

Color convert

RGB 173 34 107 -
CMYK 0 0.80 0.38 0.32
HSL 328.49º 0.67% 0.41% -
HSV(B) 328.49º 0.8% 0.68% -
XYZ 20.46 11.09 14.97 -
YUV 83.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 173 34 107 0 0.80 0.38 0.32 328.49 0.67 0.41
Hex AD 22 6B 0 50 26 20 148 43 29
Octal 255 42 153 0 120 46 40 510 103 51
Binary 10101101 100010 1101011 0 1010000 100110 100000 101001000 1000011 101001

Color Harmonies of #AD226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD226B

Black with #AD226B

Text Example


Text Example

White with #AD226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD226B; }

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

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

background-color css

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

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

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

border-color css

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

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

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