Html Css Color HEX #AD4CAB Violet Blue

📋 copy color: '#AD4CAB'

red 173 ◦ green 76 ◦ blue 171

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

Shades of Violet Blue #AD4CAB

Tints of Violet Blue #AD4CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 41.19%
G = 18.1%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD4CAB (or 0xAD4CAB) is known color: Violet Blue. HEX triplet: AD, 4C and AB. RGB value is (173,76,171). Sum of RGB (Red+Green+Blue) = 173+76+171=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CAB is #52B354. Grayscale: #737373. Windows color (decimal): -5419861 or 11226285. OLE color: 11226285.

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

Color convert

RGB 173 76 171 -
CMYK 0 0.56 0.01 0.32
HSL 301.24º 0.39% 0.49% -
HSV(B) 301.24º 0.56% 0.68% -
XYZ 27.17 16.99 40.38 -
YUV 115.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 173 76 171 0 0.56 0.01 0.32 301.24 0.39 0.49
Hex AD 4C AB 0 38 1 20 12D 27 31
Octal 255 114 253 0 70 1 40 455 47 61
Binary 10101101 1001100 10101011 0 111000 1 100000 100101101 100111 110001

Color Harmonies of #AD4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CAB

Black with #AD4CAB

Text Example


Text Example

White with #AD4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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