Html Css Color HEX #A14AF7 Blue Violet

📋 copy color: '#A14AF7'

red 161 ◦ green 74 ◦ blue 247

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

Shades of Blue Violet #A14AF7

Tints of Blue Violet #A14AF7

RGB

 RED value IS 161 (63.28% from 255) = 33.4%

 GREEN value IS 74 (29.3% from 255) = 15.35%

 BLUE value IS 247 (96.88% from 255) = 51.24%

R = 33.4%
G = 15.35%
B = 51.24%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A14AF7 (or 0xA14AF7) is known color: Blue Violet. HEX triplet: A1, 4A and F7. RGB value is (161,74,247). Sum of RGB (Red+Green+Blue) = 161+74+247=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #A14AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14AF7 is #5EB508. Grayscale: #777777. Windows color (decimal): -6206729 or 16206497. OLE color: 16206497.

HSL color Cylindrical-coordinate representation of color #A14AF7: hue angle of 270.17º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14AF7 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 74 247 -
CMYK 0.35 0.70 0 0.03
HSL 270.17º 0.92% 0.63% -
HSV(B) 270.17º 0.7% 0.97% -
XYZ 33.94 19.19 89.91 -
YUV 119.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 161 74 247 0.35 0.70 0 0.03 270.17 0.92 0.63
Hex A1 4A F7 23 46 0 3 10E 5C 3F
Octal 241 112 367 43 106 0 3 416 134 77
Binary 10100001 1001010 11110111 100011 1000110 0 11 100001110 1011100 111111

Color Harmonies of #A14AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14AF7

Black with #A14AF7

Text Example


Text Example

White with #A14AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14AF7; }

 p { color: rgb(161,74,247); }

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

background-color css

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

 a { background-color: rgb(161,74,247); }

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

border-color css

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

 span { border-color: rgb(161,74,247); }

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