Html Css Color HEX #AD0D5A Jazzberry Jam

📋 copy color: '#AD0D5A'

red 173 ◦ green 13 ◦ blue 90

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

Shades of Jazzberry Jam #AD0D5A

Tints of Jazzberry Jam #AD0D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.71%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 62.68%
G = 4.71%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD0D5A (or 0xAD0D5A) is known color: Jazzberry Jam. HEX triplet: AD, 0D and 5A. RGB value is (173,13,90). Sum of RGB (Red+Green+Blue) = 173+13+90=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0D5A is #52F2A5. Grayscale: #454545. Windows color (decimal): -5436070 or 5901741. OLE color: 5901741.

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

Color convert

RGB 173 13 90 -
CMYK 0 0.92 0.48 0.32
HSL 331.13º 0.86% 0.36% -
HSV(B) 331.13º 0.92% 0.68% -
XYZ 19.22 9.91 10.57 -
YUV 69.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 173 13 90 0 0.92 0.48 0.32 331.13 0.86 0.36
Hex AD D 5A 0 5C 30 20 14B 56 24
Octal 255 15 132 0 134 60 40 513 126 44
Binary 10101101 1101 1011010 0 1011100 110000 100000 101001011 1010110 100100

Color Harmonies of #AD0D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D5A

Black with #AD0D5A

Text Example


Text Example

White with #AD0D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D5A; }

 p { color: rgb(173,13,90); }

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

background-color css

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

 a { background-color: rgb(173,13,90); }

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

border-color css

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

 span { border-color: rgb(173,13,90); }

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