Html Css Color HEX #AD024A Jazzberry Jam

📋 copy color: '#AD024A'

red 173 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #AD024A

Tints of Jazzberry Jam #AD024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 69.48%
G = 0.8%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD024A (or 0xAD024A) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 4A. RGB value is (173,2,74). Sum of RGB (Red+Green+Blue) = 173+2+74=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD024A is #52FDB5. Grayscale: #3D3D3D. Windows color (decimal): -5438902 or 4850349. OLE color: 4850349.

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

Color convert

RGB 173 2 74 -
CMYK 0 0.99 0.57 0.32
HSL 334.74º 0.98% 0.34% -
HSV(B) 334.74º 0.99% 0.68% -
XYZ 18.49 9.42 7.32 -
YUV 61.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 173 2 74 0 0.99 0.57 0.32 334.74 0.98 0.34
Hex AD 2 4A 0 63 39 20 14F 62 22
Octal 255 2 112 0 143 71 40 517 142 42
Binary 10101101 10 1001010 0 1100011 111001 100000 101001111 1100010 100010

Color Harmonies of #AD024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD024A

Black with #AD024A

Text Example


Text Example

White with #AD024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD024A; }

 p { color: rgb(173,2,74); }

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

background-color css

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

 a { background-color: rgb(173,2,74); }

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

border-color css

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

 span { border-color: rgb(173,2,74); }

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