Html Css Color HEX #AD0362 Jazzberry Jam

📋 copy color: '#AD0362'

red 173 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #AD0362

Tints of Jazzberry Jam #AD0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 63.14%
G = 1.09%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD0362 (or 0xAD0362) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 62. RGB value is (173,3,98). Sum of RGB (Red+Green+Blue) = 173+3+98=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0362 is #52FC9D. Grayscale: #404040. Windows color (decimal): -5438622 or 6423469. OLE color: 6423469.

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

Color convert

RGB 173 3 98 -
CMYK 0 0.98 0.43 0.32
HSL 326.47º 0.97% 0.35% -
HSV(B) 326.47º 0.98% 0.68% -
XYZ 19.47 9.83 12.43 -
YUV 64.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 173 3 98 0 0.98 0.43 0.32 326.47 0.97 0.35
Hex AD 3 62 0 62 2B 20 146 61 23
Octal 255 3 142 0 142 53 40 506 141 43
Binary 10101101 11 1100010 0 1100010 101011 100000 101000110 1100001 100011

Color Harmonies of #AD0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0362

Black with #AD0362

Text Example


Text Example

White with #AD0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0362; }

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

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

background-color css

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

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

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

border-color css

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

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

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