Html Css Color HEX #AD1B6E Jazzberry Jam

📋 copy color: '#AD1B6E'

red 173 ◦ green 27 ◦ blue 110

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

Shades of Jazzberry Jam #AD1B6E

Tints of Jazzberry Jam #AD1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.71%

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

R = 55.81%
G = 8.71%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD1B6E (or 0xAD1B6E) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 6E. RGB value is (173,27,110). Sum of RGB (Red+Green+Blue) = 173+27+110=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B6E is #52E491. Grayscale: #4F4F4F. Windows color (decimal): -5432466 or 7216045. OLE color: 7216045.

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

Color convert

RGB 173 27 110 -
CMYK 0 0.84 0.36 0.32
HSL 325.89º 0.73% 0.39% -
HSV(B) 325.89º 0.84% 0.68% -
XYZ 20.44 10.79 15.76 -
YUV 80.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 173 27 110 0 0.84 0.36 0.32 325.89 0.73 0.39
Hex AD 1B 6E 0 54 24 20 146 49 27
Octal 255 33 156 0 124 44 40 506 111 47
Binary 10101101 11011 1101110 0 1010100 100100 100000 101000110 1001001 100111

Color Harmonies of #AD1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B6E

Black with #AD1B6E

Text Example


Text Example

White with #AD1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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