Html Css Color HEX #AD6BA4 Violet Blue

📋 copy color: '#AD6BA4'

red 173 ◦ green 107 ◦ blue 164

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

Shades of Violet Blue #AD6BA4

Tints of Violet Blue #AD6BA4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.1%

 BLUE value IS 164 (64.45% from 255) = 36.94%

R = 38.96%
G = 24.1%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD6BA4 (or 0xAD6BA4) is known color: Violet Blue. HEX triplet: AD, 6B and A4. RGB value is (173,107,164). Sum of RGB (Red+Green+Blue) = 173+107+164=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BA4 is #52945B. Grayscale: #858585. Windows color (decimal): -5411932 or 10775469. OLE color: 10775469.

HSL color Cylindrical-coordinate representation of color #AD6BA4: hue angle of 308.18º degrees, saturation: 0.29, 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 #AD6BA4 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 107 164 -
CMYK 0 0.38 0.05 0.32
HSL 308.18º 0.29% 0.55% -
HSV(B) 308.18º 0.38% 0.68% -
XYZ 29.19 22.08 37.85 -
YUV 133.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 173 107 164 0 0.38 0.05 0.32 308.18 0.29 0.55
Hex AD 6B A4 0 26 5 20 134 1D 37
Octal 255 153 244 0 46 5 40 464 35 67
Binary 10101101 1101011 10100100 0 100110 101 100000 100110100 11101 110111

Color Harmonies of #AD6BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BA4

Black with #AD6BA4

Text Example


Text Example

White with #AD6BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BA4; }

 p { color: rgb(173,107,164); }

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

background-color css

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

 a { background-color: rgb(173,107,164); }

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

border-color css

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

 span { border-color: rgb(173,107,164); }

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