Html Css Color HEX #AD4CAE Violet Blue

📋 copy color: '#AD4CAE'

red 173 ◦ green 76 ◦ blue 174

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

Shades of Violet Blue #AD4CAE

Tints of Violet Blue #AD4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 40.9%
G = 17.97%
B = 41.13%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD4CAE (or 0xAD4CAE) is known color: Violet Blue. HEX triplet: AD, 4C and AE. RGB value is (173,76,174). Sum of RGB (Red+Green+Blue) = 173+76+174=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CAE is #52B351. Grayscale: #737373. Windows color (decimal): -5419858 or 11422893. OLE color: 11422893.

HSL color Cylindrical-coordinate representation of color #AD4CAE: hue angle of 299.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4CAE is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 76 174 -
CMYK 0.01 0.56 0 0.32
HSL 299.39º 0.39% 0.49% -
HSV(B) 299.39º 0.56% 0.68% -
XYZ 27.46 17.11 41.9 -
YUV 116.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 173 76 174 0.01 0.56 0 0.32 299.39 0.39 0.49
Hex AD 4C AE 1 38 0 20 12B 27 31
Octal 255 114 256 1 70 0 40 453 47 61
Binary 10101101 1001100 10101110 1 111000 0 100000 100101011 100111 110001

Color Harmonies of #AD4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CAE

Black with #AD4CAE

Text Example


Text Example

White with #AD4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CAE; }

 p { color: rgb(173,76,174); }

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

background-color css

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

 a { background-color: rgb(173,76,174); }

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

border-color css

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

 span { border-color: rgb(173,76,174); }

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