Html Css Color HEX #AD6CA7 Violet Blue

📋 copy color: '#AD6CA7'

red 173 ◦ green 108 ◦ blue 167

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

Shades of Violet Blue #AD6CA7

Tints of Violet Blue #AD6CA7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 167 (65.63% from 255) = 37.28%

R = 38.62%
G = 24.11%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD6CA7 (or 0xAD6CA7) is known color: Violet Blue. HEX triplet: AD, 6C and A7. RGB value is (173,108,167). Sum of RGB (Red+Green+Blue) = 173+108+167=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CA7 is #529358. Grayscale: #858585. Windows color (decimal): -5411673 or 10972333. OLE color: 10972333.

HSL color Cylindrical-coordinate representation of color #AD6CA7: hue angle of 305.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6CA7 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 108 167 -
CMYK 0 0.38 0.03 0.32
HSL 305.54º 0.28% 0.55% -
HSV(B) 305.54º 0.38% 0.68% -
XYZ 29.57 22.4 39.32 -
YUV 134.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 173 108 167 0 0.38 0.03 0.32 305.54 0.28 0.55
Hex AD 6C A7 0 26 3 20 132 1C 37
Octal 255 154 247 0 46 3 40 462 34 67
Binary 10101101 1101100 10100111 0 100110 11 100000 100110010 11100 110111

Color Harmonies of #AD6CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CA7

Black with #AD6CA7

Text Example


Text Example

White with #AD6CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CA7; }

 p { color: rgb(173,108,167); }

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

background-color css

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

 a { background-color: rgb(173,108,167); }

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

border-color css

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

 span { border-color: rgb(173,108,167); }

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