Html Css Color HEX #AD58A5 Violet Blue

📋 copy color: '#AD58A5'

red 173 ◦ green 88 ◦ blue 165

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

Shades of Violet Blue #AD58A5

Tints of Violet Blue #AD58A5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

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

R = 40.61%
G = 20.66%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD58A5 (or 0xAD58A5) is known color: Violet Blue. HEX triplet: AD, 58 and A5. RGB value is (173,88,165). Sum of RGB (Red+Green+Blue) = 173+88+165=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD58A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD58A5 is #52A75A. Grayscale: #797979. Windows color (decimal): -5416795 or 10836141. OLE color: 10836141.

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

Color convert

RGB 173 88 165 -
CMYK 0 0.49 0.05 0.32
HSL 305.65º 0.34% 0.51% -
HSV(B) 305.65º 0.49% 0.68% -
XYZ 27.51 18.58 37.73 -
YUV 122.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 173 88 165 0 0.49 0.05 0.32 305.65 0.34 0.51
Hex AD 58 A5 0 31 5 20 132 22 33
Octal 255 130 245 0 61 5 40 462 42 63
Binary 10101101 1011000 10100101 0 110001 101 100000 100110010 100010 110011

Color Harmonies of #AD58A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58A5

Black with #AD58A5

Text Example


Text Example

White with #AD58A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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