Html Css Color HEX #A863AE Violet Blue

📋 copy color: '#A863AE'

red 168 ◦ green 99 ◦ blue 174

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

Shades of Violet Blue #A863AE

Tints of Violet Blue #A863AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 38.1%
G = 22.45%
B = 39.46%

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

#A863AE (or 0xA863AE) is known color: Violet Blue. HEX triplet: A8, 63 and AE. RGB value is (168,99,174). Sum of RGB (Red+Green+Blue) = 168+99+174=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #A863AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863AE is #579C51. Grayscale: #7F7F7F. Windows color (decimal): -5741650 or 11428776. OLE color: 11428776.

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

Color convert

RGB 168 99 174 -
CMYK 0.03 0.43 0 0.32
HSL 295.2º 0.32% 0.54% -
HSV(B) 295.2º 0.43% 0.68% -
XYZ 28.25 20.3 42.47 -
YUV 128.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 168 99 174 0.03 0.43 0 0.32 295.2 0.32 0.54
Hex A8 63 AE 3 2B 0 20 127 20 36
Octal 250 143 256 3 53 0 40 447 40 66
Binary 10101000 1100011 10101110 11 101011 0 100000 100100111 100000 110110

Color Harmonies of #A863AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863AE

Black with #A863AE

Text Example


Text Example

White with #A863AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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