Html Css Color HEX #AD5CAB Violet Blue

📋 copy color: '#AD5CAB'

red 173 ◦ green 92 ◦ blue 171

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

Shades of Violet Blue #AD5CAB

Tints of Violet Blue #AD5CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 39.68%
G = 21.1%
B = 39.22%

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

#AD5CAB (or 0xAD5CAB) is known color: Violet Blue. HEX triplet: AD, 5C and AB. RGB value is (173,92,171). Sum of RGB (Red+Green+Blue) = 173+92+171=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5CAB is #52A354. Grayscale: #7C7C7C. Windows color (decimal): -5415765 or 11230381. OLE color: 11230381.

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

Color convert

RGB 173 92 171 -
CMYK 0 0.47 0.01 0.32
HSL 301.48º 0.33% 0.52% -
HSV(B) 301.48º 0.47% 0.68% -
XYZ 28.41 19.48 40.79 -
YUV 125.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 173 92 171 0 0.47 0.01 0.32 301.48 0.33 0.52
Hex AD 5C AB 0 2F 1 20 12D 21 34
Octal 255 134 253 0 57 1 40 455 41 64
Binary 10101101 1011100 10101011 0 101111 1 100000 100101101 100001 110100

Color Harmonies of #AD5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CAB

Black with #AD5CAB

Text Example


Text Example

White with #AD5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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