Html Css Color HEX #AD126C Jazzberry Jam

📋 copy color: '#AD126C'

red 173 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #AD126C

Tints of Jazzberry Jam #AD126C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.02%

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

R = 57.86%
G = 6.02%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD126C (or 0xAD126C) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 6C. RGB value is (173,18,108). Sum of RGB (Red+Green+Blue) = 173+18+108=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD126C is #52ED93. Grayscale: #4A4A4A. Windows color (decimal): -5434772 or 7082669. OLE color: 7082669.

HSL color Cylindrical-coordinate representation of color #AD126C: hue angle of 325.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD126C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 108 -
CMYK 0 0.90 0.38 0.32
HSL 325.16º 0.81% 0.37% -
HSV(B) 325.16º 0.9% 0.68% -
XYZ 20.16 10.4 15.13 -
YUV 74.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 173 18 108 0 0.90 0.38 0.32 325.16 0.81 0.37
Hex AD 12 6C 0 5A 26 20 145 51 25
Octal 255 22 154 0 132 46 40 505 121 45
Binary 10101101 10010 1101100 0 1011010 100110 100000 101000101 1010001 100101

Color Harmonies of #AD126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD126C

Black with #AD126C

Text Example


Text Example

White with #AD126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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