Html Css Color HEX #A863AD Violet Blue

📋 copy color: '#A863AD'

red 168 ◦ green 99 ◦ blue 173

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

Shades of Violet Blue #A863AD

Tints of Violet Blue #A863AD

RGB

 RED value IS 168 (66.02% from 255) = 38.18%

 GREEN value IS 99 (39.06% from 255) = 22.5%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 38.18%
G = 22.5%
B = 39.32%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A863AD (or 0xA863AD) is known color: Violet Blue. HEX triplet: A8, 63 and AD. RGB value is (168,99,173). Sum of RGB (Red+Green+Blue) = 168+99+173=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A863AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863AD is #579C52. Grayscale: #7F7F7F. Windows color (decimal): -5741651 or 11363240. OLE color: 11363240.

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

Color convert

RGB 168 99 173 -
CMYK 0.03 0.43 0 0.32
HSL 295.95º 0.31% 0.53% -
HSV(B) 295.95º 0.43% 0.68% -
XYZ 28.15 20.27 41.96 -
YUV 128.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 168 99 173 0.03 0.43 0 0.32 295.95 0.31 0.53
Hex A8 63 AD 3 2B 0 20 128 1F 35
Octal 250 143 255 3 53 0 40 450 37 65
Binary 10101000 1100011 10101101 11 101011 0 100000 100101000 11111 110101

Color Harmonies of #A863AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863AD

Black with #A863AD

Text Example


Text Example

White with #A863AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863AD; }

 p { color: rgb(168,99,173); }

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

background-color css

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

 a { background-color: rgb(168,99,173); }

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

border-color css

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

 span { border-color: rgb(168,99,173); }

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