Html Css Color HEX #AD2162 Jazzberry Jam

📋 copy color: '#AD2162'

red 173 ◦ green 33 ◦ blue 98

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

Shades of Jazzberry Jam #AD2162

Tints of Jazzberry Jam #AD2162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 56.91%
G = 10.86%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD2162 (or 0xAD2162) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 62. RGB value is (173,33,98). Sum of RGB (Red+Green+Blue) = 173+33+98=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2162 is #52DE9D. Grayscale: #525252. Windows color (decimal): -5430942 or 6431149. OLE color: 6431149.

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

Color convert

RGB 173 33 98 -
CMYK 0 0.81 0.43 0.32
HSL 332.14º 0.68% 0.4% -
HSV(B) 332.14º 0.81% 0.68% -
XYZ 19.98 10.85 12.6 -
YUV 82.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 173 33 98 0 0.81 0.43 0.32 332.14 0.68 0.4
Hex AD 21 62 0 51 2B 20 14C 44 28
Octal 255 41 142 0 121 53 40 514 104 50
Binary 10101101 100001 1100010 0 1010001 101011 100000 101001100 1000100 101000

Color Harmonies of #AD2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2162

Black with #AD2162

Text Example


Text Example

White with #AD2162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2162; }

 p { color: rgb(173,33,98); }

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

background-color css

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

 a { background-color: rgb(173,33,98); }

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

border-color css

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

 span { border-color: rgb(173,33,98); }

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