Html Css Color HEX #AD5DB2 Violet Blue

📋 copy color: '#AD5DB2'

red 173 ◦ green 93 ◦ blue 178

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

Shades of Violet Blue #AD5DB2

Tints of Violet Blue #AD5DB2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.95%

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 38.96%
G = 20.95%
B = 40.09%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD5DB2 (or 0xAD5DB2) is known color: Violet Blue. HEX triplet: AD, 5D and B2. RGB value is (173,93,178). Sum of RGB (Red+Green+Blue) = 173+93+178=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD5DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5DB2 is #52A24D. Grayscale: #7E7E7E. Windows color (decimal): -5415502 or 11689389. OLE color: 11689389.

HSL color Cylindrical-coordinate representation of color #AD5DB2: hue angle of 296.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5DB2 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 93 178 -
CMYK 0.03 0.48 0 0.30
HSL 296.47º 0.36% 0.53% -
HSV(B) 296.47º 0.48% 0.7% -
XYZ 29.18 19.93 44.43 -
YUV 126.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 173 93 178 0.03 0.48 0 0.30 296.47 0.36 0.53
Hex AD 5D B2 3 30 0 1E 128 24 35
Octal 255 135 262 3 60 0 36 450 44 65
Binary 10101101 1011101 10110010 11 110000 0 11110 100101000 100100 110101

Color Harmonies of #AD5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DB2

Black with #AD5DB2

Text Example


Text Example

White with #AD5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DB2; }

 p { color: rgb(173,93,178); }

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

background-color css

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

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

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

border-color css

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

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

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