Html Css Color HEX #AD4B9C Violet Blue

📋 copy color: '#AD4B9C'

red 173 ◦ green 75 ◦ blue 156

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

Shades of Violet Blue #AD4B9C

Tints of Violet Blue #AD4B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.56%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 42.82%
G = 18.56%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD4B9C (or 0xAD4B9C) is known color: Violet Blue. HEX triplet: AD, 4B and 9C. RGB value is (173,75,156). Sum of RGB (Red+Green+Blue) = 173+75+156=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B9C is #52B463. Grayscale: #717171. Windows color (decimal): -5420132 or 10242989. OLE color: 10242989.

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

Color convert

RGB 173 75 156 -
CMYK 0 0.57 0.10 0.32
HSL 310.41º 0.4% 0.49% -
HSV(B) 310.41º 0.57% 0.68% -
XYZ 25.75 16.32 33.24 -
YUV 113.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 173 75 156 0 0.57 0.10 0.32 310.41 0.4 0.49
Hex AD 4B 9C 0 39 A 20 136 28 31
Octal 255 113 234 0 71 12 40 466 50 61
Binary 10101101 1001011 10011100 0 111001 1010 100000 100110110 101000 110001

Color Harmonies of #AD4B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B9C

Black with #AD4B9C

Text Example


Text Example

White with #AD4B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B9C; }

 p { color: rgb(173,75,156); }

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

background-color css

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

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

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

border-color css

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

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

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