Html Css Color HEX #AD3F9E Violet Blue

📋 copy color: '#AD3F9E'

red 173 ◦ green 63 ◦ blue 158

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

Shades of Violet Blue #AD3F9E

Tints of Violet Blue #AD3F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.99%

 BLUE value IS 158 (62.11% from 255) = 40.1%

R = 43.91%
G = 15.99%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD3F9E (or 0xAD3F9E) is known color: Violet Blue. HEX triplet: AD, 3F and 9E. RGB value is (173,63,158). Sum of RGB (Red+Green+Blue) = 173+63+158=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3F9E is #52C061. Grayscale: #6A6A6A. Windows color (decimal): -5423202 or 10370989. OLE color: 10370989.

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

Color convert

RGB 173 63 158 -
CMYK 0 0.64 0.09 0.32
HSL 308.18º 0.47% 0.46% -
HSV(B) 308.18º 0.64% 0.68% -
XYZ 25.18 14.91 33.9 -
YUV 106.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 173 63 158 0 0.64 0.09 0.32 308.18 0.47 0.46
Hex AD 3F 9E 0 40 9 20 134 2F 2E
Octal 255 77 236 0 100 11 40 464 57 56
Binary 10101101 111111 10011110 0 1000000 1001 100000 100110100 101111 101110

Color Harmonies of #AD3F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F9E

Black with #AD3F9E

Text Example


Text Example

White with #AD3F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F9E; }

 p { color: rgb(173,63,158); }

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

background-color css

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

 a { background-color: rgb(173,63,158); }

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

border-color css

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

 span { border-color: rgb(173,63,158); }

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