Html Css Color HEX #AD3CA5 Violet Blue

📋 copy color: '#AD3CA5'

red 173 ◦ green 60 ◦ blue 165

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

Shades of Violet Blue #AD3CA5

Tints of Violet Blue #AD3CA5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.08%

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

R = 43.47%
G = 15.08%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD3CA5 (or 0xAD3CA5) is known color: Violet Blue. HEX triplet: AD, 3C and A5. RGB value is (173,60,165). Sum of RGB (Red+Green+Blue) = 173+60+165=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CA5 is #52C35A. Grayscale: #696969. Windows color (decimal): -5423963 or 10828973. OLE color: 10828973.

HSL color Cylindrical-coordinate representation of color #AD3CA5: hue angle of 304.25º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3CA5 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 60 165 -
CMYK 0 0.65 0.05 0.32
HSL 304.25º 0.48% 0.46% -
HSV(B) 304.25º 0.65% 0.68% -
XYZ 25.64 14.83 37.11 -
YUV 105.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 173 60 165 0 0.65 0.05 0.32 304.25 0.48 0.46
Hex AD 3C A5 0 41 5 20 130 30 2E
Octal 255 74 245 0 101 5 40 460 60 56
Binary 10101101 111100 10100101 0 1000001 101 100000 100110000 110000 101110

Color Harmonies of #AD3CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CA5

Black with #AD3CA5

Text Example


Text Example

White with #AD3CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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