Html Css Color HEX #AD5CB3 Violet Blue

📋 copy color: '#AD5CB3'

red 173 ◦ green 92 ◦ blue 179

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

Shades of Violet Blue #AD5CB3

Tints of Violet Blue #AD5CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 38.96%
G = 20.72%
B = 40.32%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD5CB3 (or 0xAD5CB3) is known color: Violet Blue. HEX triplet: AD, 5C and B3. RGB value is (173,92,179). Sum of RGB (Red+Green+Blue) = 173+92+179=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD5CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CB3 is #52A34C. Grayscale: #7D7D7D. Windows color (decimal): -5415757 or 11754669. OLE color: 11754669.

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

Color convert

RGB 173 92 179 -
CMYK 0.03 0.49 0 0.30
HSL 295.86º 0.36% 0.53% -
HSV(B) 295.86º 0.49% 0.7% -
XYZ 29.2 19.79 44.93 -
YUV 126.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 173 92 179 0.03 0.49 0 0.30 295.86 0.36 0.53
Hex AD 5C B3 3 31 0 1E 128 24 35
Octal 255 134 263 3 61 0 36 450 44 65
Binary 10101101 1011100 10110011 11 110001 0 11110 100101000 100100 110101

Color Harmonies of #AD5CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CB3

Black with #AD5CB3

Text Example


Text Example

White with #AD5CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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