Html Css Color HEX #AD106E Jazzberry Jam

📋 copy color: '#AD106E'

red 173 ◦ green 16 ◦ blue 110

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

Shades of Jazzberry Jam #AD106E

Tints of Jazzberry Jam #AD106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 57.86%
G = 5.35%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD106E (or 0xAD106E) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 6E. RGB value is (173,16,110). Sum of RGB (Red+Green+Blue) = 173+16+110=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD106E is #52EF91. Grayscale: #494949. Windows color (decimal): -5435282 or 7213229. OLE color: 7213229.

HSL color Cylindrical-coordinate representation of color #AD106E: hue angle of 324.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD106E is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 110 -
CMYK 0 0.91 0.36 0.32
HSL 324.08º 0.83% 0.37% -
HSV(B) 324.08º 0.91% 0.68% -
XYZ 20.23 10.38 15.69 -
YUV 73.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 173 16 110 0 0.91 0.36 0.32 324.08 0.83 0.37
Hex AD 10 6E 0 5B 24 20 144 53 25
Octal 255 20 156 0 133 44 40 504 123 45
Binary 10101101 10000 1101110 0 1011011 100100 100000 101000100 1010011 100101

Color Harmonies of #AD106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD106E

Black with #AD106E

Text Example


Text Example

White with #AD106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD106E; }

 p { color: rgb(173,16,110); }

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

background-color css

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

 a { background-color: rgb(173,16,110); }

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

border-color css

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

 span { border-color: rgb(173,16,110); }

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