Html Css Color HEX #AD2068 Jazzberry Jam

📋 copy color: '#AD2068'

red 173 ◦ green 32 ◦ blue 104

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

Shades of Jazzberry Jam #AD2068

Tints of Jazzberry Jam #AD2068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 55.99%
G = 10.36%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD2068 (or 0xAD2068) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 68. RGB value is (173,32,104). Sum of RGB (Red+Green+Blue) = 173+32+104=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2068 is #52DF97. Grayscale: #525252. Windows color (decimal): -5431192 or 6824109. OLE color: 6824109.

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

Color convert

RGB 173 32 104 -
CMYK 0 0.82 0.40 0.32
HSL 329.36º 0.69% 0.4% -
HSV(B) 329.36º 0.82% 0.68% -
XYZ 20.25 10.92 14.14 -
YUV 82.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 173 32 104 0 0.82 0.40 0.32 329.36 0.69 0.4
Hex AD 20 68 0 52 28 20 149 45 28
Octal 255 40 150 0 122 50 40 511 105 50
Binary 10101101 100000 1101000 0 1010010 101000 100000 101001001 1000101 101000

Color Harmonies of #AD2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2068

Black with #AD2068

Text Example


Text Example

White with #AD2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2068; }

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

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

background-color css

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

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

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

border-color css

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

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

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