Html Css Color HEX #AD0A70 Jazzberry Jam

📋 copy color: '#AD0A70'

red 173 ◦ green 10 ◦ blue 112

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

Shades of Jazzberry Jam #AD0A70

Tints of Jazzberry Jam #AD0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.39%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 58.64%
G = 3.39%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD0A70 (or 0xAD0A70) is known color: Jazzberry Jam. HEX triplet: AD, 0A and 70. RGB value is (173,10,112). Sum of RGB (Red+Green+Blue) = 173+10+112=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0A70 is #52F58F. Grayscale: #464646. Windows color (decimal): -5436816 or 7342765. OLE color: 7342765.

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

Color convert

RGB 173 10 112 -
CMYK 0 0.94 0.35 0.32
HSL 322.45º 0.89% 0.36% -
HSV(B) 322.45º 0.94% 0.68% -
XYZ 20.27 10.27 16.24 -
YUV 70.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 173 10 112 0 0.94 0.35 0.32 322.45 0.89 0.36
Hex AD A 70 0 5E 23 20 142 59 24
Octal 255 12 160 0 136 43 40 502 131 44
Binary 10101101 1010 1110000 0 1011110 100011 100000 101000010 1011001 100100

Color Harmonies of #AD0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A70

Black with #AD0A70

Text Example


Text Example

White with #AD0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A70; }

 p { color: rgb(173,10,112); }

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

background-color css

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

 a { background-color: rgb(173,10,112); }

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

border-color css

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

 span { border-color: rgb(173,10,112); }

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