Html Css Color HEX #AD126B Jazzberry Jam

📋 copy color: '#AD126B'

red 173 ◦ green 18 ◦ blue 107

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

Shades of Jazzberry Jam #AD126B

Tints of Jazzberry Jam #AD126B

RGB

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

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

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

R = 58.05%
G = 6.04%
B = 35.91%

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

#AD126B (or 0xAD126B) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 6B. RGB value is (173,18,107). Sum of RGB (Red+Green+Blue) = 173+18+107=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD126B is #52ED94. Grayscale: #4A4A4A. Windows color (decimal): -5434773 or 7017133. OLE color: 7017133.

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

Color convert

RGB 173 18 107 -
CMYK 0 0.90 0.38 0.32
HSL 325.55º 0.81% 0.37% -
HSV(B) 325.55º 0.9% 0.68% -
XYZ 20.1 10.38 14.85 -
YUV 74.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 173 18 107 0 0.90 0.38 0.32 325.55 0.81 0.37
Hex AD 12 6B 0 5A 26 20 146 51 25
Octal 255 22 153 0 132 46 40 506 121 45
Binary 10101101 10010 1101011 0 1011010 100110 100000 101000110 1010001 100101

Color Harmonies of #AD126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD126B

Black with #AD126B

Text Example


Text Example

White with #AD126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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