Html Css Color HEX #AD045D Jazzberry Jam

📋 copy color: '#AD045D'

red 173 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #AD045D

Tints of Jazzberry Jam #AD045D

RGB

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

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

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

R = 64.07%
G = 1.48%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD045D (or 0xAD045D) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 5D. RGB value is (173,4,93). Sum of RGB (Red+Green+Blue) = 173+4+93=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD045D is #52FBA2. Grayscale: #404040. Windows color (decimal): -5438371 or 6096045. OLE color: 6096045.

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

Color convert

RGB 173 4 93 -
CMYK 0 0.98 0.46 0.32
HSL 328.4º 0.95% 0.35% -
HSV(B) 328.4º 0.98% 0.68% -
XYZ 19.25 9.76 11.23 -
YUV 64.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 173 4 93 0 0.98 0.46 0.32 328.4 0.95 0.35
Hex AD 4 5D 0 62 2E 20 148 5F 23
Octal 255 4 135 0 142 56 40 510 137 43
Binary 10101101 100 1011101 0 1100010 101110 100000 101001000 1011111 100011

Color Harmonies of #AD045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD045D

Black with #AD045D

Text Example


Text Example

White with #AD045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD045D; }

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

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

background-color css

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

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

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

border-color css

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

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

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