Html Css Color HEX #AD2069 Jazzberry Jam

📋 copy color: '#AD2069'

red 173 ◦ green 32 ◦ blue 105

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

Shades of Jazzberry Jam #AD2069

Tints of Jazzberry Jam #AD2069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 55.81%
G = 10.32%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD2069 (or 0xAD2069) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 69. RGB value is (173,32,105). Sum of RGB (Red+Green+Blue) = 173+32+105=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2069 is #52DF96. Grayscale: #525252. Windows color (decimal): -5431191 or 6889645. OLE color: 6889645.

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

Color convert

RGB 173 32 105 -
CMYK 0 0.82 0.39 0.32
HSL 328.94º 0.69% 0.4% -
HSV(B) 328.94º 0.82% 0.68% -
XYZ 20.3 10.94 14.41 -
YUV 82.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 173 32 105 0 0.82 0.39 0.32 328.94 0.69 0.4
Hex AD 20 69 0 52 27 20 149 45 28
Octal 255 40 151 0 122 47 40 511 105 50
Binary 10101101 100000 1101001 0 1010010 100111 100000 101001001 1000101 101000

Color Harmonies of #AD2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2069

Black with #AD2069

Text Example


Text Example

White with #AD2069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2069; }

 p { color: rgb(173,32,105); }

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

background-color css

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

 a { background-color: rgb(173,32,105); }

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

border-color css

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

 span { border-color: rgb(173,32,105); }

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