Html Css Color HEX #AD5F94 Violet Blue

📋 copy color: '#AD5F94'

red 173 ◦ green 95 ◦ blue 148

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

Shades of Violet Blue #AD5F94

Tints of Violet Blue #AD5F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 41.59%
G = 22.84%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5F94 (or 0xAD5F94) is known color: Violet Blue. HEX triplet: AD, 5F and 94. RGB value is (173,95,148). Sum of RGB (Red+Green+Blue) = 173+95+148=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F94 is #52A06B. Grayscale: #7C7C7C. Windows color (decimal): -5415020 or 9723821. OLE color: 9723821.

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

Color convert

RGB 173 95 148 -
CMYK 0 0.45 0.14 0.32
HSL 319.23º 0.32% 0.53% -
HSV(B) 319.23º 0.45% 0.68% -
XYZ 26.67 19.21 30.32 -
YUV 124.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 173 95 148 0 0.45 0.14 0.32 319.23 0.32 0.53
Hex AD 5F 94 0 2D E 20 13F 20 35
Octal 255 137 224 0 55 16 40 477 40 65
Binary 10101101 1011111 10010100 0 101101 1110 100000 100111111 100000 110101

Color Harmonies of #AD5F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F94

Black with #AD5F94

Text Example


Text Example

White with #AD5F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F94; }

 p { color: rgb(173,95,148); }

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

background-color css

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

 a { background-color: rgb(173,95,148); }

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

border-color css

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

 span { border-color: rgb(173,95,148); }

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