Html Css Color HEX #A863AB Violet Blue

📋 copy color: '#A863AB'

red 168 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #A863AB

Tints of Violet Blue #A863AB

RGB

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

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

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

R = 38.36%
G = 22.6%
B = 39.04%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A863AB (or 0xA863AB) is known color: Violet Blue. HEX triplet: A8, 63 and AB. RGB value is (168,99,171). Sum of RGB (Red+Green+Blue) = 168+99+171=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A863AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863AB is #579C54. Grayscale: #7F7F7F. Windows color (decimal): -5741653 or 11232168. OLE color: 11232168.

HSL color Cylindrical-coordinate representation of color #A863AB: hue angle of 297.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A863AB is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 99 171 -
CMYK 0.02 0.42 0 0.33
HSL 297.5º 0.3% 0.53% -
HSV(B) 297.5º 0.42% 0.67% -
XYZ 27.96 20.19 40.95 -
YUV 127.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 168 99 171 0.02 0.42 0 0.33 297.5 0.3 0.53
Hex A8 63 AB 2 2A 0 21 12A 1E 35
Octal 250 143 253 2 52 0 41 452 36 65
Binary 10101000 1100011 10101011 10 101010 0 100001 100101010 11110 110101

Color Harmonies of #A863AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863AB

Black with #A863AB

Text Example


Text Example

White with #A863AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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