Html Css Color HEX #AD4CAD Violet Blue

📋 copy color: '#AD4CAD'

red 173 ◦ green 76 ◦ blue 173

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

Shades of Violet Blue #AD4CAD

Tints of Violet Blue #AD4CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 41%
G = 18.01%
B = 41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD4CAD (or 0xAD4CAD) is known color: Violet Blue. HEX triplet: AD, 4C and AD. RGB value is (173,76,173). Sum of RGB (Red+Green+Blue) = 173+76+173=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD4CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CAD is #52B352. Grayscale: #737373. Windows color (decimal): -5419859 or 11357357. OLE color: 11357357.

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

Color convert

RGB 173 76 173 -
CMYK 0 0.56 0 0.32
HSL 300º 0.39% 0.49% -
HSV(B) 300º 0.56% 0.68% -
XYZ 27.36 17.07 41.39 -
YUV 116.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 173 76 173 0 0.56 0 0.32 300 0.39 0.49
Hex AD 4C AD 0 38 0 20 12C 27 31
Octal 255 114 255 0 70 0 40 454 47 61
Binary 10101101 1001100 10101101 0 111000 0 100000 100101100 100111 110001

Color Harmonies of #AD4CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CAD

Black with #AD4CAD

Text Example


Text Example

White with #AD4CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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