Html Css Color HEX #AD6FA2 Violet Blue

📋 copy color: '#AD6FA2'

red 173 ◦ green 111 ◦ blue 162

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

Shades of Violet Blue #AD6FA2

Tints of Violet Blue #AD6FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.89%

 BLUE value IS 162 (63.67% from 255) = 36.32%

R = 38.79%
G = 24.89%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD6FA2 (or 0xAD6FA2) is known color: Violet Blue. HEX triplet: AD, 6F and A2. RGB value is (173,111,162). Sum of RGB (Red+Green+Blue) = 173+111+162=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6FA2 is #52905D. Grayscale: #878787. Windows color (decimal): -5410910 or 10645421. OLE color: 10645421.

HSL color Cylindrical-coordinate representation of color #AD6FA2: hue angle of 310.65º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD6FA2 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 111 162 -
CMYK 0 0.36 0.06 0.32
HSL 310.65º 0.27% 0.56% -
HSV(B) 310.65º 0.36% 0.68% -
XYZ 29.44 22.86 37.04 -
YUV 135.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 173 111 162 0 0.36 0.06 0.32 310.65 0.27 0.56
Hex AD 6F A2 0 24 6 20 137 1B 38
Octal 255 157 242 0 44 6 40 467 33 70
Binary 10101101 1101111 10100010 0 100100 110 100000 100110111 11011 111000

Color Harmonies of #AD6FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FA2

Black with #AD6FA2

Text Example


Text Example

White with #AD6FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FA2; }

 p { color: rgb(173,111,162); }

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

background-color css

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

 a { background-color: rgb(173,111,162); }

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

border-color css

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

 span { border-color: rgb(173,111,162); }

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