Html Css Color HEX #AD2066 Jazzberry Jam

📋 copy color: '#AD2066'

red 173 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #AD2066

Tints of Jazzberry Jam #AD2066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 56.35%
G = 10.42%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD2066 (or 0xAD2066) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 66. RGB value is (173,32,102). Sum of RGB (Red+Green+Blue) = 173+32+102=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2066 is #52DF99. Grayscale: #525252. Windows color (decimal): -5431194 or 6693037. OLE color: 6693037.

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

Color convert

RGB 173 32 102 -
CMYK 0 0.82 0.41 0.32
HSL 330.21º 0.69% 0.4% -
HSV(B) 330.21º 0.82% 0.68% -
XYZ 20.15 10.88 13.61 -
YUV 82.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 173 32 102 0 0.82 0.41 0.32 330.21 0.69 0.4
Hex AD 20 66 0 52 29 20 14A 45 28
Octal 255 40 146 0 122 51 40 512 105 50
Binary 10101101 100000 1100110 0 1010010 101001 100000 101001010 1000101 101000

Color Harmonies of #AD2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2066

Black with #AD2066

Text Example


Text Example

White with #AD2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2066; }

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

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

background-color css

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

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

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

border-color css

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

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

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