Html Css Color HEX #AD3EAA Violet Blue

📋 copy color: '#AD3EAA'

red 173 ◦ green 62 ◦ blue 170

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

Shades of Violet Blue #AD3EAA

Tints of Violet Blue #AD3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.31%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 42.72%
G = 15.31%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD3EAA (or 0xAD3EAA) is known color: Violet Blue. HEX triplet: AD, 3E and AA. RGB value is (173,62,170). Sum of RGB (Red+Green+Blue) = 173+62+170=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3EAA is #52C155. Grayscale: #6B6B6B. Windows color (decimal): -5423446 or 11157165. OLE color: 11157165.

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

Color convert

RGB 173 62 170 -
CMYK 0 0.64 0.02 0.32
HSL 301.62º 0.47% 0.46% -
HSV(B) 301.62º 0.64% 0.68% -
XYZ 26.21 15.23 39.59 -
YUV 107.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 173 62 170 0 0.64 0.02 0.32 301.62 0.47 0.46
Hex AD 3E AA 0 40 2 20 12E 2F 2E
Octal 255 76 252 0 100 2 40 456 57 56
Binary 10101101 111110 10101010 0 1000000 10 100000 100101110 101111 101110

Color Harmonies of #AD3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3EAA

Black with #AD3EAA

Text Example


Text Example

White with #AD3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3EAA; }

 p { color: rgb(173,62,170); }

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

background-color css

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

 a { background-color: rgb(173,62,170); }

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

border-color css

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

 span { border-color: rgb(173,62,170); }

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