Html Css Color HEX #A747FE Blue Violet

📋 copy color: '#A747FE'

red 167 ◦ green 71 ◦ blue 254

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

Shades of Blue Violet #A747FE

Tints of Blue Violet #A747FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.43%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 33.94%
G = 14.43%
B = 51.63%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A747FE (or 0xA747FE) is known color: Blue Violet. HEX triplet: A7, 47 and FE. RGB value is (167,71,254). Sum of RGB (Red+Green+Blue) = 167+71+254=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #A747FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A747FE is #58B801. Grayscale: #777777. Windows color (decimal): -5814274 or 16664487. OLE color: 16664487.

HSL color Cylindrical-coordinate representation of color #A747FE: hue angle of 271.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A747FE is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 71 254 -
CMYK 0.34 0.72 0 0.00
HSL 271.48º 0.99% 0.64% -
HSV(B) 271.48º 0.72% 1% -
XYZ 36.08 19.88 95.7 -
YUV 120.57 203.3 161.12 -
System Red Green Blue C M Y K H S L
Decimal 167 71 254 0.34 0.72 0 0.00 271.48 0.99 0.64
Hex A7 47 FE 22 48 0 0 10F 63 40
Octal 247 107 376 42 110 0 0 417 143 100
Binary 10100111 1000111 11111110 100010 1001000 0 0 100001111 1100011 1000000

Color Harmonies of #A747FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A747FE

Black with #A747FE

Text Example


Text Example

White with #A747FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A747FE; }

 p { color: rgb(167,71,254); }

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

background-color css

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

 a { background-color: rgb(167,71,254); }

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

border-color css

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

 span { border-color: rgb(167,71,254); }

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