Html Css Color HEX #AD046A Jazzberry Jam

📋 copy color: '#AD046A'

red 173 ◦ green 4 ◦ blue 106

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

Shades of Jazzberry Jam #AD046A

Tints of Jazzberry Jam #AD046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 61.13%
G = 1.41%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD046A (or 0xAD046A) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 6A. RGB value is (173,4,106). Sum of RGB (Red+Green+Blue) = 173+4+106=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD046A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD046A is #52FB95. Grayscale: #414141. Windows color (decimal): -5438358 or 6948013. OLE color: 6948013.

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

Color convert

RGB 173 4 106 -
CMYK 0 0.98 0.39 0.32
HSL 323.79º 0.95% 0.35% -
HSV(B) 323.79º 0.98% 0.68% -
XYZ 19.88 10.01 14.52 -
YUV 66.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 173 4 106 0 0.98 0.39 0.32 323.79 0.95 0.35
Hex AD 4 6A 0 62 27 20 144 5F 23
Octal 255 4 152 0 142 47 40 504 137 43
Binary 10101101 100 1101010 0 1100010 100111 100000 101000100 1011111 100011

Color Harmonies of #AD046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD046A

Black with #AD046A

Text Example


Text Example

White with #AD046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD046A; }

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

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

background-color css

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

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

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

border-color css

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

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

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