Html Css Color HEX #AD3DA4 Violet Blue

📋 copy color: '#AD3DA4'

red 173 ◦ green 61 ◦ blue 164

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

Shades of Violet Blue #AD3DA4

Tints of Violet Blue #AD3DA4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

 BLUE value IS 164 (64.45% from 255) = 41.21%

R = 43.47%
G = 15.33%
B = 41.21%

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

#AD3DA4 (or 0xAD3DA4) is known color: Violet Blue. HEX triplet: AD, 3D and A4. RGB value is (173,61,164). Sum of RGB (Red+Green+Blue) = 173+61+164=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3DA4 is #52C25B. Grayscale: #696969. Windows color (decimal): -5423708 or 10763693. OLE color: 10763693.

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

Color convert

RGB 173 61 164 -
CMYK 0 0.65 0.05 0.32
HSL 304.82º 0.48% 0.46% -
HSV(B) 304.82º 0.65% 0.68% -
XYZ 25.6 14.9 36.65 -
YUV 106.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 173 61 164 0 0.65 0.05 0.32 304.82 0.48 0.46
Hex AD 3D A4 0 41 5 20 131 30 2E
Octal 255 75 244 0 101 5 40 461 60 56
Binary 10101101 111101 10100100 0 1000001 101 100000 100110001 110000 101110

Color Harmonies of #AD3DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DA4

Black with #AD3DA4

Text Example


Text Example

White with #AD3DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DA4; }

 p { color: rgb(173,61,164); }

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

background-color css

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

 a { background-color: rgb(173,61,164); }

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

border-color css

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

 span { border-color: rgb(173,61,164); }

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