Html Css Color HEX #AD126D Jazzberry Jam

📋 copy color: '#AD126D'

red 173 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #AD126D

Tints of Jazzberry Jam #AD126D

RGB

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

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

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

R = 57.67%
G = 6%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD126D (or 0xAD126D) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 6D. RGB value is (173,18,109). Sum of RGB (Red+Green+Blue) = 173+18+109=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD126D is #52ED92. Grayscale: #4A4A4A. Windows color (decimal): -5434771 or 7148205. OLE color: 7148205.

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

Color convert

RGB 173 18 109 -
CMYK 0 0.90 0.37 0.32
HSL 324.77º 0.81% 0.37% -
HSV(B) 324.77º 0.9% 0.68% -
XYZ 20.21 10.42 15.41 -
YUV 74.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 173 18 109 0 0.90 0.37 0.32 324.77 0.81 0.37
Hex AD 12 6D 0 5A 25 20 145 51 25
Octal 255 22 155 0 132 45 40 505 121 45
Binary 10101101 10010 1101101 0 1011010 100101 100000 101000101 1010001 100101

Color Harmonies of #AD126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD126D

Black with #AD126D

Text Example


Text Example

White with #AD126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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