Html Css Color HEX #AD0062 Jazzberry Jam

📋 copy color: '#AD0062'

red 173 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #AD0062

Tints of Jazzberry Jam #AD0062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.84%
G = 0%
B = 36.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD0062 (or 0xAD0062) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 62. RGB value is (173,0,98). Sum of RGB (Red+Green+Blue) = 173+0+98=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0062 is #52FF9D. Grayscale: #3E3E3E. Windows color (decimal): -5439390 or 6422701. OLE color: 6422701.

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

Color convert

RGB 173 0 98 -
CMYK 0 1 0.43 0.32
HSL 326.01º 1% 0.34% -
HSV(B) 326.01º 1% 0.68% -
XYZ 19.44 9.77 12.42 -
YUV 62.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 173 0 98 0 1 0.43 0.32 326.01 1 0.34
Hex AD 0 62 0 64 2B 20 146 64 22
Octal 255 0 142 0 144 53 40 506 144 42
Binary 10101101 0 1100010 0 1100100 101011 100000 101000110 1100100 100010

Color Harmonies of #AD0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0062

Black with #AD0062

Text Example


Text Example

White with #AD0062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0062; }

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

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

background-color css

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

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

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

border-color css

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

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

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