Html Css Color HEX #AD1A5D Jazzberry Jam

📋 copy color: '#AD1A5D'

red 173 ◦ green 26 ◦ blue 93

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

Shades of Jazzberry Jam #AD1A5D

Tints of Jazzberry Jam #AD1A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 59.25%
G = 8.9%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD1A5D (or 0xAD1A5D) is known color: Jazzberry Jam. HEX triplet: AD, 1A and 5D. RGB value is (173,26,93). Sum of RGB (Red+Green+Blue) = 173+26+93=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A5D is #52E5A2. Grayscale: #4D4D4D. Windows color (decimal): -5432739 or 6101677. OLE color: 6101677.

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

Color convert

RGB 173 26 93 -
CMYK 0 0.85 0.46 0.32
HSL 332.65º 0.74% 0.39% -
HSV(B) 332.65º 0.85% 0.68% -
XYZ 19.58 10.41 11.33 -
YUV 77.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 173 26 93 0 0.85 0.46 0.32 332.65 0.74 0.39
Hex AD 1A 5D 0 55 2E 20 14D 4A 27
Octal 255 32 135 0 125 56 40 515 112 47
Binary 10101101 11010 1011101 0 1010101 101110 100000 101001101 1001010 100111

Color Harmonies of #AD1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A5D

Black with #AD1A5D

Text Example


Text Example

White with #AD1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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