Html Css Color HEX #AD3CA6 Violet Blue

📋 copy color: '#AD3CA6'

red 173 ◦ green 60 ◦ blue 166

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

Shades of Violet Blue #AD3CA6

Tints of Violet Blue #AD3CA6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.04%

 BLUE value IS 166 (65.23% from 255) = 41.6%

R = 43.36%
G = 15.04%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD3CA6 (or 0xAD3CA6) is known color: Violet Blue. HEX triplet: AD, 3C and A6. RGB value is (173,60,166). Sum of RGB (Red+Green+Blue) = 173+60+166=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CA6 is #52C359. Grayscale: #696969. Windows color (decimal): -5423962 or 10894509. OLE color: 10894509.

HSL color Cylindrical-coordinate representation of color #AD3CA6: hue angle of 303.72º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3CA6 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 60 166 -
CMYK 0 0.65 0.04 0.32
HSL 303.72º 0.48% 0.46% -
HSV(B) 303.72º 0.65% 0.68% -
XYZ 25.73 14.87 37.59 -
YUV 105.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 173 60 166 0 0.65 0.04 0.32 303.72 0.48 0.46
Hex AD 3C A6 0 41 4 20 130 30 2E
Octal 255 74 246 0 101 4 40 460 60 56
Binary 10101101 111100 10100110 0 1000001 100 100000 100110000 110000 101110

Color Harmonies of #AD3CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CA6

Black with #AD3CA6

Text Example


Text Example

White with #AD3CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CA6; }

 p { color: rgb(173,60,166); }

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

background-color css

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

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

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

border-color css

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

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

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