Html Css Color HEX #AD67AB Violet Blue

📋 copy color: '#AD67AB'

red 173 ◦ green 103 ◦ blue 171

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

Shades of Violet Blue #AD67AB

Tints of Violet Blue #AD67AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.04%

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 38.7%
G = 23.04%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD67AB (or 0xAD67AB) is known color: Violet Blue. HEX triplet: AD, 67 and AB. RGB value is (173,103,171). Sum of RGB (Red+Green+Blue) = 173+103+171=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67AB is #529854. Grayscale: #838383. Windows color (decimal): -5412949 or 11233197. OLE color: 11233197.

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

Color convert

RGB 173 103 171 -
CMYK 0 0.40 0.01 0.32
HSL 301.71º 0.3% 0.54% -
HSV(B) 301.71º 0.4% 0.68% -
XYZ 29.43 21.53 41.13 -
YUV 131.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 173 103 171 0 0.40 0.01 0.32 301.71 0.3 0.54
Hex AD 67 AB 0 28 1 20 12E 1E 36
Octal 255 147 253 0 50 1 40 456 36 66
Binary 10101101 1100111 10101011 0 101000 1 100000 100101110 11110 110110

Color Harmonies of #AD67AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67AB

Black with #AD67AB

Text Example


Text Example

White with #AD67AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67AB; }

 p { color: rgb(173,103,171); }

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

background-color css

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

 a { background-color: rgb(173,103,171); }

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

border-color css

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

 span { border-color: rgb(173,103,171); }

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