Html Css Color HEX #A863B3 Violet Blue

📋 copy color: '#A863B3'

red 168 ◦ green 99 ◦ blue 179

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

Shades of Violet Blue #A863B3

Tints of Violet Blue #A863B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 37.67%
G = 22.2%
B = 40.13%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A863B3 (or 0xA863B3) is known color: Violet Blue. HEX triplet: A8, 63 and B3. RGB value is (168,99,179). Sum of RGB (Red+Green+Blue) = 168+99+179=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #A863B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863B3 is #579C4C. Grayscale: #808080. Windows color (decimal): -5741645 or 11756456. OLE color: 11756456.

HSL color Cylindrical-coordinate representation of color #A863B3: hue angle of 291.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A863B3 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 99 179 -
CMYK 0.06 0.45 0 0.30
HSL 291.75º 0.34% 0.55% -
HSV(B) 291.75º 0.45% 0.7% -
XYZ 28.75 20.5 45.09 -
YUV 128.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 168 99 179 0.06 0.45 0 0.30 291.75 0.34 0.55
Hex A8 63 B3 6 2D 0 1E 124 22 37
Octal 250 143 263 6 55 0 36 444 42 67
Binary 10101000 1100011 10110011 110 101101 0 11110 100100100 100010 110111

Color Harmonies of #A863B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863B3

Black with #A863B3

Text Example


Text Example

White with #A863B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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