Html Css Color HEX #AD459B Violet Blue

📋 copy color: '#AD459B'

red 173 ◦ green 69 ◦ blue 155

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

Shades of Violet Blue #AD459B

Tints of Violet Blue #AD459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 43.58%
G = 17.38%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD459B (or 0xAD459B) is known color: Violet Blue. HEX triplet: AD, 45 and 9B. RGB value is (173,69,155). Sum of RGB (Red+Green+Blue) = 173+69+155=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD459B is #52BA64. Grayscale: #6D6D6D. Windows color (decimal): -5421669 or 10175917. OLE color: 10175917.

HSL color Cylindrical-coordinate representation of color #AD459B: hue angle of 310.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD459B is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 155 -
CMYK 0 0.60 0.10 0.32
HSL 310.38º 0.43% 0.47% -
HSV(B) 310.38º 0.6% 0.68% -
XYZ 25.28 15.51 32.67 -
YUV 109.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 173 69 155 0 0.60 0.10 0.32 310.38 0.43 0.47
Hex AD 45 9B 0 3C A 20 136 2B 2F
Octal 255 105 233 0 74 12 40 466 53 57
Binary 10101101 1000101 10011011 0 111100 1010 100000 100110110 101011 101111

Color Harmonies of #AD459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD459B

Black with #AD459B

Text Example


Text Example

White with #AD459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD459B; }

 p { color: rgb(173,69,155); }

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

background-color css

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

 a { background-color: rgb(173,69,155); }

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

border-color css

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

 span { border-color: rgb(173,69,155); }

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