Html Css Color HEX #AD1467 Jazzberry Jam

📋 copy color: '#AD1467'

red 173 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #AD1467

Tints of Jazzberry Jam #AD1467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

 BLUE value IS 103 (40.63% from 255) = 34.8%

R = 58.45%
G = 6.76%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1467 (or 0xAD1467) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 67. RGB value is (173,20,103). Sum of RGB (Red+Green+Blue) = 173+20+103=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1467 is #52EB98. Grayscale: #4B4B4B. Windows color (decimal): -5434265 or 6755501. OLE color: 6755501.

HSL color Cylindrical-coordinate representation of color #AD1467: hue angle of 327.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1467 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 20 103 -
CMYK 0 0.88 0.40 0.32
HSL 327.45º 0.79% 0.38% -
HSV(B) 327.45º 0.88% 0.68% -
XYZ 19.93 10.36 13.78 -
YUV 75.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 173 20 103 0 0.88 0.40 0.32 327.45 0.79 0.38
Hex AD 14 67 0 58 28 20 147 4F 26
Octal 255 24 147 0 130 50 40 507 117 46
Binary 10101101 10100 1100111 0 1011000 101000 100000 101000111 1001111 100110

Color Harmonies of #AD1467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1467

Black with #AD1467

Text Example


Text Example

White with #AD1467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1467; }

 p { color: rgb(173,20,103); }

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

background-color css

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

 a { background-color: rgb(173,20,103); }

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

border-color css

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

 span { border-color: rgb(173,20,103); }

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