Html Css Color HEX #AD69AD Violet Blue

📋 copy color: '#AD69AD'

red 173 ◦ green 105 ◦ blue 173

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

Shades of Violet Blue #AD69AD

Tints of Violet Blue #AD69AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.28%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 38.36%
G = 23.28%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD69AD (or 0xAD69AD) is known color: Violet Blue. HEX triplet: AD, 69 and AD. RGB value is (173,105,173). Sum of RGB (Red+Green+Blue) = 173+105+173=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69AD is #529652. Grayscale: #848484. Windows color (decimal): -5412435 or 11364781. OLE color: 11364781.

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

Color convert

RGB 173 105 173 -
CMYK 0 0.39 0 0.32
HSL 300º 0.29% 0.55% -
HSV(B) 300º 0.39% 0.68% -
XYZ 29.83 22 42.21 -
YUV 133.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 173 105 173 0 0.39 0 0.32 300 0.29 0.55
Hex AD 69 AD 0 27 0 20 12C 1D 37
Octal 255 151 255 0 47 0 40 454 35 67
Binary 10101101 1101001 10101101 0 100111 0 100000 100101100 11101 110111

Color Harmonies of #AD69AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69AD

Black with #AD69AD

Text Example


Text Example

White with #AD69AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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