Html Css Color HEX #AD4AA3 Violet Blue

📋 copy color: '#AD4AA3'

red 173 ◦ green 74 ◦ blue 163

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

Shades of Violet Blue #AD4AA3

Tints of Violet Blue #AD4AA3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

 BLUE value IS 163 (64.06% from 255) = 39.76%

R = 42.2%
G = 18.05%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD4AA3 (or 0xAD4AA3) is known color: Violet Blue. HEX triplet: AD, 4A and A3. RGB value is (173,74,163). Sum of RGB (Red+Green+Blue) = 173+74+163=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AA3 is #52B55C. Grayscale: #717171. Windows color (decimal): -5420381 or 10701485. OLE color: 10701485.

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

Color convert

RGB 173 74 163 -
CMYK 0 0.57 0.06 0.32
HSL 306.06º 0.4% 0.48% -
HSV(B) 306.06º 0.57% 0.68% -
XYZ 26.29 16.43 36.44 -
YUV 113.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 173 74 163 0 0.57 0.06 0.32 306.06 0.4 0.48
Hex AD 4A A3 0 39 6 20 132 28 30
Octal 255 112 243 0 71 6 40 462 50 60
Binary 10101101 1001010 10100011 0 111001 110 100000 100110010 101000 110000

Color Harmonies of #AD4AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AA3

Black with #AD4AA3

Text Example


Text Example

White with #AD4AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AA3; }

 p { color: rgb(173,74,163); }

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

background-color css

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

 a { background-color: rgb(173,74,163); }

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

border-color css

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

 span { border-color: rgb(173,74,163); }

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