Html Css Color HEX #AD5CAC Violet Blue

📋 copy color: '#AD5CAC'

red 173 ◦ green 92 ◦ blue 172

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

Shades of Violet Blue #AD5CAC

Tints of Violet Blue #AD5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.05%

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 39.59%
G = 21.05%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD5CAC (or 0xAD5CAC) is known color: Violet Blue. HEX triplet: AD, 5C and AC. RGB value is (173,92,172). Sum of RGB (Red+Green+Blue) = 173+92+172=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5CAC is #52A353. Grayscale: #7D7D7D. Windows color (decimal): -5415764 or 11295917. OLE color: 11295917.

HSL color Cylindrical-coordinate representation of color #AD5CAC: hue angle of 300.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5CAC is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 92 172 -
CMYK 0 0.47 0.01 0.32
HSL 300.74º 0.33% 0.52% -
HSV(B) 300.74º 0.47% 0.68% -
XYZ 28.51 19.52 41.29 -
YUV 125.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 173 92 172 0 0.47 0.01 0.32 300.74 0.33 0.52
Hex AD 5C AC 0 2F 1 20 12D 21 34
Octal 255 134 254 0 57 1 40 455 41 64
Binary 10101101 1011100 10101100 0 101111 1 100000 100101101 100001 110100

Color Harmonies of #AD5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CAC

Black with #AD5CAC

Text Example


Text Example

White with #AD5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CAC; }

 p { color: rgb(173,92,172); }

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

background-color css

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

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

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

border-color css

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

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

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