Html Css Color HEX #AD3BA5 Violet Blue

📋 copy color: '#AD3BA5'

red 173 ◦ green 59 ◦ blue 165

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

Shades of Violet Blue #AD3BA5

Tints of Violet Blue #AD3BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

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

R = 43.58%
G = 14.86%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD3BA5 (or 0xAD3BA5) is known color: Violet Blue. HEX triplet: AD, 3B and A5. RGB value is (173,59,165). Sum of RGB (Red+Green+Blue) = 173+59+165=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3BA5 is #52C45A. Grayscale: #686868. Windows color (decimal): -5424219 or 10828717. OLE color: 10828717.

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

Color convert

RGB 173 59 165 -
CMYK 0 0.66 0.05 0.32
HSL 304.21º 0.49% 0.45% -
HSV(B) 304.21º 0.66% 0.68% -
XYZ 25.59 14.73 37.09 -
YUV 105.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 173 59 165 0 0.66 0.05 0.32 304.21 0.49 0.45
Hex AD 3B A5 0 42 5 20 130 31 2D
Octal 255 73 245 0 102 5 40 460 61 55
Binary 10101101 111011 10100101 0 1000010 101 100000 100110000 110001 101101

Color Harmonies of #AD3BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BA5

Black with #AD3BA5

Text Example


Text Example

White with #AD3BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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