Html Css Color HEX #A863B4 Violet Blue

📋 copy color: '#A863B4'

red 168 ◦ green 99 ◦ blue 180

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

Shades of Violet Blue #A863B4

Tints of Violet Blue #A863B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 37.58%
G = 22.15%
B = 40.27%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A863B4 (or 0xA863B4) is known color: Violet Blue. HEX triplet: A8, 63 and B4. RGB value is (168,99,180). Sum of RGB (Red+Green+Blue) = 168+99+180=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #A863B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863B4 is #579C4B. Grayscale: #808080. Windows color (decimal): -5741644 or 11821992. OLE color: 11821992.

HSL color Cylindrical-coordinate representation of color #A863B4: hue angle of 291.11º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A863B4 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 99 180 -
CMYK 0.07 0.45 0 0.29
HSL 291.11º 0.35% 0.55% -
HSV(B) 291.11º 0.45% 0.71% -
XYZ 28.85 20.54 45.62 -
YUV 128.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 168 99 180 0.07 0.45 0 0.29 291.11 0.35 0.55
Hex A8 63 B4 7 2D 0 1D 123 23 37
Octal 250 143 264 7 55 0 35 443 43 67
Binary 10101000 1100011 10110100 111 101101 0 11101 100100011 100011 110111

Color Harmonies of #A863B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863B4

Black with #A863B4

Text Example


Text Example

White with #A863B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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