Html Css Color HEX #AD1C6E Jazzberry Jam

📋 copy color: '#AD1C6E'

red 173 ◦ green 28 ◦ blue 110

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

Shades of Jazzberry Jam #AD1C6E

Tints of Jazzberry Jam #AD1C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

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

R = 55.63%
G = 9%
B = 35.37%

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

#AD1C6E (or 0xAD1C6E) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 6E. RGB value is (173,28,110). Sum of RGB (Red+Green+Blue) = 173+28+110=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C6E is #52E391. Grayscale: #505050. Windows color (decimal): -5432210 or 7216301. OLE color: 7216301.

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

Color convert

RGB 173 28 110 -
CMYK 0 0.84 0.36 0.32
HSL 326.07º 0.72% 0.39% -
HSV(B) 326.07º 0.84% 0.68% -
XYZ 20.46 10.84 15.77 -
YUV 80.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 173 28 110 0 0.84 0.36 0.32 326.07 0.72 0.39
Hex AD 1C 6E 0 54 24 20 146 48 27
Octal 255 34 156 0 124 44 40 506 110 47
Binary 10101101 11100 1101110 0 1010100 100100 100000 101000110 1001000 100111

Color Harmonies of #AD1C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C6E

Black with #AD1C6E

Text Example


Text Example

White with #AD1C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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