Html Css Color HEX #AD3CA2 Violet Blue

📋 copy color: '#AD3CA2'

red 173 ◦ green 60 ◦ blue 162

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

Shades of Violet Blue #AD3CA2

Tints of Violet Blue #AD3CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 43.8%
G = 15.19%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD3CA2 (or 0xAD3CA2) is known color: Violet Blue. HEX triplet: AD, 3C and A2. RGB value is (173,60,162). Sum of RGB (Red+Green+Blue) = 173+60+162=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CA2 is #52C35D. Grayscale: #696969. Windows color (decimal): -5423966 or 10632365. OLE color: 10632365.

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

Color convert

RGB 173 60 162 -
CMYK 0 0.65 0.06 0.32
HSL 305.84º 0.48% 0.46% -
HSV(B) 305.84º 0.65% 0.68% -
XYZ 25.37 14.72 35.69 -
YUV 105.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 173 60 162 0 0.65 0.06 0.32 305.84 0.48 0.46
Hex AD 3C A2 0 41 6 20 132 30 2E
Octal 255 74 242 0 101 6 40 462 60 56
Binary 10101101 111100 10100010 0 1000001 110 100000 100110010 110000 101110

Color Harmonies of #AD3CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CA2

Black with #AD3CA2

Text Example


Text Example

White with #AD3CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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