Html Css Color HEX #AD3AA2 Violet Blue

📋 copy color: '#AD3AA2'

red 173 ◦ green 58 ◦ blue 162

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

Shades of Violet Blue #AD3AA2

Tints of Violet Blue #AD3AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.76%

 BLUE value IS 162 (63.67% from 255) = 41.22%

R = 44.02%
G = 14.76%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD3AA2 (or 0xAD3AA2) is known color: Violet Blue. HEX triplet: AD, 3A and A2. RGB value is (173,58,162). Sum of RGB (Red+Green+Blue) = 173+58+162=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AA2 is #52C55D. Grayscale: #676767. Windows color (decimal): -5424478 or 10631853. OLE color: 10631853.

HSL color Cylindrical-coordinate representation of color #AD3AA2: hue angle of 305.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3AA2 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 58 162 -
CMYK 0 0.66 0.06 0.32
HSL 305.74º 0.5% 0.45% -
HSV(B) 305.74º 0.66% 0.68% -
XYZ 25.27 14.52 35.65 -
YUV 104.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 173 58 162 0 0.66 0.06 0.32 305.74 0.5 0.45
Hex AD 3A A2 0 42 6 20 132 32 2D
Octal 255 72 242 0 102 6 40 462 62 55
Binary 10101101 111010 10100010 0 1000010 110 100000 100110010 110010 101101

Color Harmonies of #AD3AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3AA2

Black with #AD3AA2

Text Example


Text Example

White with #AD3AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3AA2; }

 p { color: rgb(173,58,162); }

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

background-color css

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

 a { background-color: rgb(173,58,162); }

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

border-color css

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

 span { border-color: rgb(173,58,162); }

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