Html Css Color HEX #AD669A Violet Blue

📋 copy color: '#AD669A'

red 173 ◦ green 102 ◦ blue 154

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

Shades of Violet Blue #AD669A

Tints of Violet Blue #AD669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 154 (60.55% from 255) = 35.9%

R = 40.33%
G = 23.78%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD669A (or 0xAD669A) is known color: Violet Blue. HEX triplet: AD, 66 and 9A. RGB value is (173,102,154). Sum of RGB (Red+Green+Blue) = 173+102+154=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD669A is #529965. Grayscale: #818181. Windows color (decimal): -5413222 or 10118829. OLE color: 10118829.

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

Color convert

RGB 173 102 154 -
CMYK 0 0.41 0.11 0.32
HSL 316.06º 0.3% 0.54% -
HSV(B) 316.06º 0.41% 0.68% -
XYZ 27.82 20.72 33.11 -
YUV 129.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 173 102 154 0 0.41 0.11 0.32 316.06 0.3 0.54
Hex AD 66 9A 0 29 B 20 13C 1E 36
Octal 255 146 232 0 51 13 40 474 36 66
Binary 10101101 1100110 10011010 0 101001 1011 100000 100111100 11110 110110

Color Harmonies of #AD669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD669A

Black with #AD669A

Text Example


Text Example

White with #AD669A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD669A; }

 p { color: rgb(173,102,154); }

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

background-color css

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

 a { background-color: rgb(173,102,154); }

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

border-color css

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

 span { border-color: rgb(173,102,154); }

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