Html Css Color HEX #AD1A6E Jazzberry Jam

📋 copy color: '#AD1A6E'

red 173 ◦ green 26 ◦ blue 110

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

Shades of Jazzberry Jam #AD1A6E

Tints of Jazzberry Jam #AD1A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

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

R = 55.99%
G = 8.41%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD1A6E (or 0xAD1A6E) is known color: Jazzberry Jam. HEX triplet: AD, 1A and 6E. RGB value is (173,26,110). Sum of RGB (Red+Green+Blue) = 173+26+110=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A6E is #52E591. Grayscale: #4F4F4F. Windows color (decimal): -5432722 or 7215789. OLE color: 7215789.

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

Color convert

RGB 173 26 110 -
CMYK 0 0.85 0.36 0.32
HSL 325.71º 0.74% 0.39% -
HSV(B) 325.71º 0.85% 0.68% -
XYZ 20.42 10.75 15.75 -
YUV 79.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 173 26 110 0 0.85 0.36 0.32 325.71 0.74 0.39
Hex AD 1A 6E 0 55 24 20 146 4A 27
Octal 255 32 156 0 125 44 40 506 112 47
Binary 10101101 11010 1101110 0 1010101 100100 100000 101000110 1001010 100111

Color Harmonies of #AD1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A6E

Black with #AD1A6E

Text Example


Text Example

White with #AD1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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