Html Css Color HEX #AD3CA3 Violet Blue

📋 copy color: '#AD3CA3'

red 173 ◦ green 60 ◦ blue 163

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

Shades of Violet Blue #AD3CA3

Tints of Violet Blue #AD3CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.16%

R = 43.69%
G = 15.15%
B = 41.16%

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

#AD3CA3 (or 0xAD3CA3) is known color: Violet Blue. HEX triplet: AD, 3C and A3. RGB value is (173,60,163). Sum of RGB (Red+Green+Blue) = 173+60+163=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CA3 is #52C35C. Grayscale: #696969. Windows color (decimal): -5423965 or 10697901. OLE color: 10697901.

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

Color convert

RGB 173 60 163 -
CMYK 0 0.65 0.06 0.32
HSL 305.31º 0.48% 0.46% -
HSV(B) 305.31º 0.65% 0.68% -
XYZ 25.46 14.76 36.16 -
YUV 105.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 173 60 163 0 0.65 0.06 0.32 305.31 0.48 0.46
Hex AD 3C A3 0 41 6 20 131 30 2E
Octal 255 74 243 0 101 6 40 461 60 56
Binary 10101101 111100 10100011 0 1000001 110 100000 100110001 110000 101110

Color Harmonies of #AD3CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CA3

Black with #AD3CA3

Text Example


Text Example

White with #AD3CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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