Html Css Color HEX #AD1E58 Jazzberry Jam

📋 copy color: '#AD1E58'

red 173 ◦ green 30 ◦ blue 88

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

Shades of Jazzberry Jam #AD1E58

Tints of Jazzberry Jam #AD1E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 59.45%
G = 10.31%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD1E58 (or 0xAD1E58) is known color: Jazzberry Jam. HEX triplet: AD, 1E and 58. RGB value is (173,30,88). Sum of RGB (Red+Green+Blue) = 173+30+88=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E58 is #52E1A7. Grayscale: #4F4F4F. Windows color (decimal): -5431720 or 5775021. OLE color: 5775021.

HSL color Cylindrical-coordinate representation of color #AD1E58: hue angle of 335.66º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E58 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 30 88 -
CMYK 0 0.83 0.49 0.32
HSL 335.66º 0.7% 0.4% -
HSV(B) 335.66º 0.83% 0.68% -
XYZ 19.46 10.52 10.24 -
YUV 79.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 173 30 88 0 0.83 0.49 0.32 335.66 0.7 0.4
Hex AD 1E 58 0 53 31 20 150 46 28
Octal 255 36 130 0 123 61 40 520 106 50
Binary 10101101 11110 1011000 0 1010011 110001 100000 101010000 1000110 101000

Color Harmonies of #AD1E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E58

Black with #AD1E58

Text Example


Text Example

White with #AD1E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E58; }

 p { color: rgb(173,30,88); }

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

background-color css

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

 a { background-color: rgb(173,30,88); }

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

border-color css

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

 span { border-color: rgb(173,30,88); }

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