Html Css Color HEX #A127F7 Blue Violet

📋 copy color: '#A127F7'

red 161 ◦ green 39 ◦ blue 247

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

Shades of Blue Violet #A127F7

Tints of Blue Violet #A127F7

RGB

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

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

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

R = 36.02%
G = 8.72%
B = 55.26%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A127F7 (or 0xA127F7) is known color: Blue Violet. HEX triplet: A1, 27 and F7. RGB value is (161,39,247). Sum of RGB (Red+Green+Blue) = 161+39+247=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #A127F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127F7 is #5ED808. Grayscale: #626262. Windows color (decimal): -6215689 or 16197537. OLE color: 16197537.

HSL color Cylindrical-coordinate representation of color #A127F7: hue angle of 275.19º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A127F7 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 39 247 -
CMYK 0.35 0.84 0 0.03
HSL 275.19º 0.93% 0.56% -
HSV(B) 275.19º 0.84% 0.97% -
XYZ 32.21 15.74 89.34 -
YUV 99.19 211.42 172.09 -
System Red Green Blue C M Y K H S L
Decimal 161 39 247 0.35 0.84 0 0.03 275.19 0.93 0.56
Hex A1 27 F7 23 54 0 3 113 5D 38
Octal 241 47 367 43 124 0 3 423 135 70
Binary 10100001 100111 11110111 100011 1010100 0 11 100010011 1011101 111000

Color Harmonies of #A127F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127F7

Black with #A127F7

Text Example


Text Example

White with #A127F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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