Html Css Color HEX #AD0C5C Jazzberry Jam

📋 copy color: '#AD0C5C'

red 173 ◦ green 12 ◦ blue 92

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

Shades of Jazzberry Jam #AD0C5C

Tints of Jazzberry Jam #AD0C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 62.45%
G = 4.33%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD0C5C (or 0xAD0C5C) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 5C. RGB value is (173,12,92). Sum of RGB (Red+Green+Blue) = 173+12+92=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C5C is #52F3A3. Grayscale: #454545. Windows color (decimal): -5436324 or 6032557. OLE color: 6032557.

HSL color Cylindrical-coordinate representation of color #AD0C5C: hue angle of 330.19º 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 #AD0C5C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 92 -
CMYK 0 0.93 0.47 0.32
HSL 330.19º 0.87% 0.36% -
HSV(B) 330.19º 0.93% 0.68% -
XYZ 19.3 9.92 11.02 -
YUV 69.26 140.84 202 -
System Red Green Blue C M Y K H S L
Decimal 173 12 92 0 0.93 0.47 0.32 330.19 0.87 0.36
Hex AD C 5C 0 5D 2F 20 14A 57 24
Octal 255 14 134 0 135 57 40 512 127 44
Binary 10101101 1100 1011100 0 1011101 101111 100000 101001010 1010111 100100

Color Harmonies of #AD0C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C5C

Black with #AD0C5C

Text Example


Text Example

White with #AD0C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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