Html Css Color HEX #AD076A Jazzberry Jam

📋 copy color: '#AD076A'

red 173 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #AD076A

Tints of Jazzberry Jam #AD076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 60.49%
G = 2.45%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD076A (or 0xAD076A) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 6A. RGB value is (173,7,106). Sum of RGB (Red+Green+Blue) = 173+7+106=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD076A is #52F895. Grayscale: #434343. Windows color (decimal): -5437590 or 6948781. OLE color: 6948781.

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

Color convert

RGB 173 7 106 -
CMYK 0 0.96 0.39 0.32
HSL 324.22º 0.92% 0.35% -
HSV(B) 324.22º 0.96% 0.68% -
XYZ 19.91 10.08 14.53 -
YUV 67.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 173 7 106 0 0.96 0.39 0.32 324.22 0.92 0.35
Hex AD 7 6A 0 60 27 20 144 5C 23
Octal 255 7 152 0 140 47 40 504 134 43
Binary 10101101 111 1101010 0 1100000 100111 100000 101000100 1011100 100011

Color Harmonies of #AD076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD076A

Black with #AD076A

Text Example


Text Example

White with #AD076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD076A; }

 p { color: rgb(173,7,106); }

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

background-color css

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

 a { background-color: rgb(173,7,106); }

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

border-color css

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

 span { border-color: rgb(173,7,106); }

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