Html Css Color HEX #A763B2 Violet Blue

📋 copy color: '#A763B2'

red 167 ◦ green 99 ◦ blue 178

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

Shades of Violet Blue #A763B2

Tints of Violet Blue #A763B2

RGB

 RED value IS 167 (65.63% from 255) = 37.61%

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

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

R = 37.61%
G = 22.3%
B = 40.09%

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

#A763B2 (or 0xA763B2) is known color: Violet Blue. HEX triplet: A7, 63 and B2. RGB value is (167,99,178). Sum of RGB (Red+Green+Blue) = 167+99+178=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #A763B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A763B2 is #589C4D. Grayscale: #808080. Windows color (decimal): -5807182 or 11690919. OLE color: 11690919.

HSL color Cylindrical-coordinate representation of color #A763B2: hue angle of 291.65º 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 #A763B2 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 99 178 -
CMYK 0.06 0.44 0 0.30
HSL 291.65º 0.34% 0.54% -
HSV(B) 291.65º 0.44% 0.7% -
XYZ 28.43 20.35 44.55 -
YUV 128.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 167 99 178 0.06 0.44 0 0.30 291.65 0.34 0.54
Hex A7 63 B2 6 2C 0 1E 124 22 36
Octal 247 143 262 6 54 0 36 444 42 66
Binary 10100111 1100011 10110010 110 101100 0 11110 100100100 100010 110110

Color Harmonies of #A763B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763B2

Black with #A763B2

Text Example


Text Example

White with #A763B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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