Html Css Color HEX #AD669B Violet Blue

📋 copy color: '#AD669B'

red 173 ◦ green 102 ◦ blue 155

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

Shades of Violet Blue #AD669B

Tints of Violet Blue #AD669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 40.23%
G = 23.72%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD669B (or 0xAD669B) is known color: Violet Blue. HEX triplet: AD, 66 and 9B. RGB value is (173,102,155). Sum of RGB (Red+Green+Blue) = 173+102+155=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD669B is #529964. Grayscale: #818181. Windows color (decimal): -5413221 or 10184365. OLE color: 10184365.

HSL color Cylindrical-coordinate representation of color #AD669B: hue angle of 315.21º 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 #AD669B is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 155 -
CMYK 0 0.41 0.10 0.32
HSL 315.21º 0.3% 0.54% -
HSV(B) 315.21º 0.41% 0.68% -
XYZ 27.9 20.75 33.55 -
YUV 129.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 173 102 155 0 0.41 0.10 0.32 315.21 0.3 0.54
Hex AD 66 9B 0 29 A 20 13B 1E 36
Octal 255 146 233 0 51 12 40 473 36 66
Binary 10101101 1100110 10011011 0 101001 1010 100000 100111011 11110 110110

Color Harmonies of #AD669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD669B

Black with #AD669B

Text Example


Text Example

White with #AD669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD669B; }

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

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

background-color css

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

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

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

border-color css

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

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

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