Html Css Color HEX #AD4CA5 Violet Blue

📋 copy color: '#AD4CA5'

red 173 ◦ green 76 ◦ blue 165

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

Shades of Violet Blue #AD4CA5

Tints of Violet Blue #AD4CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.86%

R = 41.79%
G = 18.36%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD4CA5 (or 0xAD4CA5) is known color: Violet Blue. HEX triplet: AD, 4C and A5. RGB value is (173,76,165). Sum of RGB (Red+Green+Blue) = 173+76+165=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CA5 is #52B35A. Grayscale: #727272. Windows color (decimal): -5419867 or 10833069. OLE color: 10833069.

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

Color convert

RGB 173 76 165 -
CMYK 0 0.56 0.05 0.32
HSL 304.95º 0.39% 0.49% -
HSV(B) 304.95º 0.56% 0.68% -
XYZ 26.61 16.77 37.43 -
YUV 115.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 173 76 165 0 0.56 0.05 0.32 304.95 0.39 0.49
Hex AD 4C A5 0 38 5 20 131 27 31
Octal 255 114 245 0 70 5 40 461 47 61
Binary 10101101 1001100 10100101 0 111000 101 100000 100110001 100111 110001

Color Harmonies of #AD4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CA5

Black with #AD4CA5

Text Example


Text Example

White with #AD4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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