Html Css Color HEX #AD1268 Jazzberry Jam

📋 copy color: '#AD1268'

red 173 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #AD1268

Tints of Jazzberry Jam #AD1268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 58.64%
G = 6.1%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1268 (or 0xAD1268) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 68. RGB value is (173,18,104). Sum of RGB (Red+Green+Blue) = 173+18+104=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1268 is #52ED97. Grayscale: #494949. Windows color (decimal): -5434776 or 6820525. OLE color: 6820525.

HSL color Cylindrical-coordinate representation of color #AD1268: hue angle of 326.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1268 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 104 -
CMYK 0 0.90 0.40 0.32
HSL 326.71º 0.81% 0.37% -
HSV(B) 326.71º 0.9% 0.68% -
XYZ 19.95 10.32 14.04 -
YUV 74.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 173 18 104 0 0.90 0.40 0.32 326.71 0.81 0.37
Hex AD 12 68 0 5A 28 20 147 51 25
Octal 255 22 150 0 132 50 40 507 121 45
Binary 10101101 10010 1101000 0 1011010 101000 100000 101000111 1010001 100101

Color Harmonies of #AD1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1268

Black with #AD1268

Text Example


Text Example

White with #AD1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1268; }

 p { color: rgb(173,18,104); }

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

background-color css

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

 a { background-color: rgb(173,18,104); }

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

border-color css

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

 span { border-color: rgb(173,18,104); }

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