Html Css Color HEX #AD126F Jazzberry Jam

📋 copy color: '#AD126F'

red 173 ◦ green 18 ◦ blue 111

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

Shades of Jazzberry Jam #AD126F

Tints of Jazzberry Jam #AD126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 57.28%
G = 5.96%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD126F (or 0xAD126F) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 6F. RGB value is (173,18,111). Sum of RGB (Red+Green+Blue) = 173+18+111=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD126F is #52ED90. Grayscale: #4A4A4A. Windows color (decimal): -5434769 or 7279277. OLE color: 7279277.

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

Color convert

RGB 173 18 111 -
CMYK 0 0.90 0.36 0.32
HSL 324º 0.81% 0.37% -
HSV(B) 324º 0.9% 0.68% -
XYZ 20.32 10.46 15.99 -
YUV 74.95 148.35 197.94 -
System Red Green Blue C M Y K H S L
Decimal 173 18 111 0 0.90 0.36 0.32 324 0.81 0.37
Hex AD 12 6F 0 5A 24 20 144 51 25
Octal 255 22 157 0 132 44 40 504 121 45
Binary 10101101 10010 1101111 0 1011010 100100 100000 101000100 1010001 100101

Color Harmonies of #AD126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD126F

Black with #AD126F

Text Example


Text Example

White with #AD126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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