Html Css Color HEX #AD0762 Jazzberry Jam

📋 copy color: '#AD0762'

red 173 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #AD0762

Tints of Jazzberry Jam #AD0762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 62.23%
G = 2.52%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD0762 (or 0xAD0762) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 62. RGB value is (173,7,98). Sum of RGB (Red+Green+Blue) = 173+7+98=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0762 is #52F89D. Grayscale: #424242. Windows color (decimal): -5437598 or 6424493. OLE color: 6424493.

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

Color convert

RGB 173 7 98 -
CMYK 0 0.96 0.43 0.32
HSL 327.11º 0.92% 0.35% -
HSV(B) 327.11º 0.96% 0.68% -
XYZ 19.51 9.92 12.44 -
YUV 67.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 173 7 98 0 0.96 0.43 0.32 327.11 0.92 0.35
Hex AD 7 62 0 60 2B 20 147 5C 23
Octal 255 7 142 0 140 53 40 507 134 43
Binary 10101101 111 1100010 0 1100000 101011 100000 101000111 1011100 100011

Color Harmonies of #AD0762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0762

Black with #AD0762

Text Example


Text Example

White with #AD0762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0762; }

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

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

background-color css

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

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

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

border-color css

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

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

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