Html Css Color HEX #AD0962 Jazzberry Jam

📋 copy color: '#AD0962'

red 173 ◦ green 9 ◦ blue 98

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

Shades of Jazzberry Jam #AD0962

Tints of Jazzberry Jam #AD0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 61.79%
G = 3.21%
B = 35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD0962 (or 0xAD0962) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 62. RGB value is (173,9,98). Sum of RGB (Red+Green+Blue) = 173+9+98=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0962 is #52F69D. Grayscale: #434343. Windows color (decimal): -5437086 or 6425005. OLE color: 6425005.

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

Color convert

RGB 173 9 98 -
CMYK 0 0.95 0.43 0.32
HSL 327.44º 0.9% 0.36% -
HSV(B) 327.44º 0.95% 0.68% -
XYZ 19.54 9.96 12.45 -
YUV 68.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 173 9 98 0 0.95 0.43 0.32 327.44 0.9 0.36
Hex AD 9 62 0 5F 2B 20 147 5A 24
Octal 255 11 142 0 137 53 40 507 132 44
Binary 10101101 1001 1100010 0 1011111 101011 100000 101000111 1011010 100100

Color Harmonies of #AD0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0962

Black with #AD0962

Text Example


Text Example

White with #AD0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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