#AD65B3

Color #AD65B3 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AD65B3

Tints of Violet Blue #AD65B3

Color information

#AD65B3 (or 0xAD65B3) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and B3. RGB value is (173,101,179). Sum of RGB (Red+Green+Blue) = 173+101+179=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD65B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65B3 is #529A4C. Grayscale: #838383. Windows color (decimal): -5413453 or 11756973. OLE color: 11756973.

HSL color Cylindrical-coordinate representation of color #AD65B3: hue angle of 295.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD65B3 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173101179-
CMYK0.030.4400.30
HSL295.38º33.91%54.9%-
HSV(B)295.38º43.58%70.2%-
XYZ30.0221.4545.2-
YUV131.42154.85157.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=38.19%
G=22.30%
B=39.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731011790.030.4400.30295.3833.9154.9
HexAD65B332C01E1272237
Octal2551452633540364474267
Binary1010110111001011011001111101100011110100100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65B3; }

 p { color: rgb(173,101,179); }

 H1.HeaderClassName
 {
   color: #AD65B3;
 }
 .AnyTagClassName
 {
   color: #AD65B3;
 }
</style>
background-color css

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

 a { background-color: rgb(173,101,179); }

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

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

 span { border-color: rgb(173,101,179); }

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