Html Css Color HEX #AD106F Jazzberry Jam

📋 copy color: '#AD106F'

red 173 ◦ green 16 ◦ blue 111

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

Shades of Jazzberry Jam #AD106F

Tints of Jazzberry Jam #AD106F

RGB

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

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

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

R = 57.67%
G = 5.33%
B = 37%

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

#AD106F (or 0xAD106F) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 6F. RGB value is (173,16,111). Sum of RGB (Red+Green+Blue) = 173+16+111=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD106F is #52EF90. Grayscale: #494949. Windows color (decimal): -5435281 or 7278765. OLE color: 7278765.

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

Color convert

RGB 173 16 111 -
CMYK 0 0.91 0.36 0.32
HSL 323.69º 0.83% 0.37% -
HSV(B) 323.69º 0.91% 0.68% -
XYZ 20.29 10.4 15.98 -
YUV 73.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 173 16 111 0 0.91 0.36 0.32 323.69 0.83 0.37
Hex AD 10 6F 0 5B 24 20 144 53 25
Octal 255 20 157 0 133 44 40 504 123 45
Binary 10101101 10000 1101111 0 1011011 100100 100000 101000100 1010011 100101

Color Harmonies of #AD106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD106F

Black with #AD106F

Text Example


Text Example

White with #AD106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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