Html Css Color HEX #AD3DA6 Violet Blue

📋 copy color: '#AD3DA6'

red 173 ◦ green 61 ◦ blue 166

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

Shades of Violet Blue #AD3DA6

Tints of Violet Blue #AD3DA6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.25%

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

R = 43.25%
G = 15.25%
B = 41.5%

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

#AD3DA6 (or 0xAD3DA6) is known color: Violet Blue. HEX triplet: AD, 3D and A6. RGB value is (173,61,166). Sum of RGB (Red+Green+Blue) = 173+61+166=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3DA6 is #52C259. Grayscale: #6A6A6A. Windows color (decimal): -5423706 or 10894765. OLE color: 10894765.

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

Color convert

RGB 173 61 166 -
CMYK 0 0.65 0.04 0.32
HSL 303.75º 0.48% 0.46% -
HSV(B) 303.75º 0.65% 0.68% -
XYZ 25.79 14.97 37.61 -
YUV 106.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 173 61 166 0 0.65 0.04 0.32 303.75 0.48 0.46
Hex AD 3D A6 0 41 4 20 130 30 2E
Octal 255 75 246 0 101 4 40 460 60 56
Binary 10101101 111101 10100110 0 1000001 100 100000 100110000 110000 101110

Color Harmonies of #AD3DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DA6

Black with #AD3DA6

Text Example


Text Example

White with #AD3DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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