Html Css Color HEX #A863B2 Violet Blue

📋 copy color: '#A863B2'

red 168 ◦ green 99 ◦ blue 178

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

Shades of Violet Blue #A863B2

Tints of Violet Blue #A863B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 37.75%
G = 22.25%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A863B2 (or 0xA863B2) is known color: Violet Blue. HEX triplet: A8, 63 and B2. RGB value is (168,99,178). Sum of RGB (Red+Green+Blue) = 168+99+178=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #A863B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A863B2 is #579C4D. Grayscale: #808080. Windows color (decimal): -5741646 or 11690920. OLE color: 11690920.

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

Color convert

RGB 168 99 178 -
CMYK 0.06 0.44 0 0.30
HSL 292.41º 0.34% 0.54% -
HSV(B) 292.41º 0.44% 0.7% -
XYZ 28.65 20.46 44.56 -
YUV 128.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 168 99 178 0.06 0.44 0 0.30 292.41 0.34 0.54
Hex A8 63 B2 6 2C 0 1E 124 22 36
Octal 250 143 262 6 54 0 36 444 42 66
Binary 10101000 1100011 10110010 110 101100 0 11110 100100100 100010 110110

Color Harmonies of #A863B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863B2

Black with #A863B2

Text Example


Text Example

White with #A863B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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