Html Css Color HEX #AD1C64 Jazzberry Jam

📋 copy color: '#AD1C64'

red 173 ◦ green 28 ◦ blue 100

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

Shades of Jazzberry Jam #AD1C64

Tints of Jazzberry Jam #AD1C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 57.48%
G = 9.3%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1C64 (or 0xAD1C64) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 64. RGB value is (173,28,100). Sum of RGB (Red+Green+Blue) = 173+28+100=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C64 is #52E39B. Grayscale: #4F4F4F. Windows color (decimal): -5432220 or 6560941. OLE color: 6560941.

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

Color convert

RGB 173 28 100 -
CMYK 0 0.84 0.42 0.32
HSL 330.21º 0.72% 0.39% -
HSV(B) 330.21º 0.84% 0.68% -
XYZ 19.95 10.63 13.06 -
YUV 79.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 173 28 100 0 0.84 0.42 0.32 330.21 0.72 0.39
Hex AD 1C 64 0 54 2A 20 14A 48 27
Octal 255 34 144 0 124 52 40 512 110 47
Binary 10101101 11100 1100100 0 1010100 101010 100000 101001010 1001000 100111

Color Harmonies of #AD1C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C64

Black with #AD1C64

Text Example


Text Example

White with #AD1C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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