Html Css Color HEX #AD0C61 Jazzberry Jam

📋 copy color: '#AD0C61'

red 173 ◦ green 12 ◦ blue 97

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

Shades of Jazzberry Jam #AD0C61

Tints of Jazzberry Jam #AD0C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 61.35%
G = 4.26%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD0C61 (or 0xAD0C61) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 61. RGB value is (173,12,97). Sum of RGB (Red+Green+Blue) = 173+12+97=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C61 is #52F39E. Grayscale: #454545. Windows color (decimal): -5436319 or 6360237. OLE color: 6360237.

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

Color convert

RGB 173 12 97 -
CMYK 0 0.93 0.44 0.32
HSL 328.32º 0.87% 0.36% -
HSV(B) 328.32º 0.93% 0.68% -
XYZ 19.52 10.01 12.21 -
YUV 69.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 173 12 97 0 0.93 0.44 0.32 328.32 0.87 0.36
Hex AD C 61 0 5D 2C 20 148 57 24
Octal 255 14 141 0 135 54 40 510 127 44
Binary 10101101 1100 1100001 0 1011101 101100 100000 101001000 1010111 100100

Color Harmonies of #AD0C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C61

Black with #AD0C61

Text Example


Text Example

White with #AD0C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C61; }

 p { color: rgb(173,12,97); }

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

background-color css

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

 a { background-color: rgb(173,12,97); }

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

border-color css

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

 span { border-color: rgb(173,12,97); }

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