Html Css Color HEX #A127FE Blue Violet

📋 copy color: '#A127FE'

red 161 ◦ green 39 ◦ blue 254

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

Shades of Blue Violet #A127FE

Tints of Blue Violet #A127FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.59%

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

R = 35.46%
G = 8.59%
B = 55.95%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A127FE (or 0xA127FE) is known color: Blue Violet. HEX triplet: A1, 27 and FE. RGB value is (161,39,254). Sum of RGB (Red+Green+Blue) = 161+39+254=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #A127FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127FE is #5ED801. Grayscale: #636363. Windows color (decimal): -6215682 or 16656289. OLE color: 16656289.

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

Color convert

RGB 161 39 254 -
CMYK 0.37 0.85 0 0.00
HSL 274.05º 0.99% 0.57% -
HSV(B) 274.05º 0.85% 1% -
XYZ 33.31 16.18 95.13 -
YUV 99.99 214.92 171.52 -
System Red Green Blue C M Y K H S L
Decimal 161 39 254 0.37 0.85 0 0.00 274.05 0.99 0.57
Hex A1 27 FE 25 55 0 0 112 63 39
Octal 241 47 376 45 125 0 0 422 143 71
Binary 10100001 100111 11111110 100101 1010101 0 0 100010010 1100011 111001

Color Harmonies of #A127FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127FE

Black with #A127FE

Text Example


Text Example

White with #A127FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127FE; }

 p { color: rgb(161,39,254); }

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

background-color css

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

 a { background-color: rgb(161,39,254); }

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

border-color css

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

 span { border-color: rgb(161,39,254); }

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