Html Css Color HEX #AD0460 Jazzberry Jam

📋 copy color: '#AD0460'

red 173 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #AD0460

Tints of Jazzberry Jam #AD0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 63.37%
G = 1.47%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD0460 (or 0xAD0460) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 60. RGB value is (173,4,96). Sum of RGB (Red+Green+Blue) = 173+4+96=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0460 is #52FB9F. Grayscale: #404040. Windows color (decimal): -5438368 or 6292653. OLE color: 6292653.

HSL color Cylindrical-coordinate representation of color #AD0460: hue angle of 327.34º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0460 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 96 -
CMYK 0 0.98 0.45 0.32
HSL 327.34º 0.95% 0.35% -
HSV(B) 327.34º 0.98% 0.68% -
XYZ 19.39 9.82 11.94 -
YUV 65.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 173 4 96 0 0.98 0.45 0.32 327.34 0.95 0.35
Hex AD 4 60 0 62 2D 20 147 5F 23
Octal 255 4 140 0 142 55 40 507 137 43
Binary 10101101 100 1100000 0 1100010 101101 100000 101000111 1011111 100011

Color Harmonies of #AD0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0460

Black with #AD0460

Text Example


Text Example

White with #AD0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0460; }

 p { color: rgb(173,4,96); }

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

background-color css

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

 a { background-color: rgb(173,4,96); }

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

border-color css

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

 span { border-color: rgb(173,4,96); }

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