Html Css Color HEX #AD65AC Violet Blue

📋 copy color: '#AD65AC'

red 173 ◦ green 101 ◦ blue 172

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

Shades of Violet Blue #AD65AC

Tints of Violet Blue #AD65AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.65%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 38.79%
G = 22.65%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD65AC (or 0xAD65AC) is known color: Violet Blue. HEX triplet: AD, 65 and AC. RGB value is (173,101,172). Sum of RGB (Red+Green+Blue) = 173+101+172=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65AC is #529A53. Grayscale: #828282. Windows color (decimal): -5413460 or 11298221. OLE color: 11298221.

HSL color Cylindrical-coordinate representation of color #AD65AC: hue angle of 300.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD65AC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 172 -
CMYK 0 0.42 0.01 0.32
HSL 300.83º 0.31% 0.54% -
HSV(B) 300.83º 0.42% 0.68% -
XYZ 29.33 21.17 41.57 -
YUV 130.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 173 101 172 0 0.42 0.01 0.32 300.83 0.31 0.54
Hex AD 65 AC 0 2A 1 20 12D 1F 36
Octal 255 145 254 0 52 1 40 455 37 66
Binary 10101101 1100101 10101100 0 101010 1 100000 100101101 11111 110110

Color Harmonies of #AD65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65AC

Black with #AD65AC

Text Example


Text Example

White with #AD65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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