Html Css Color HEX #A127F0 Blue Violet

📋 copy color: '#A127F0'

red 161 ◦ green 39 ◦ blue 240

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

Shades of Blue Violet #A127F0

Tints of Blue Violet #A127F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.55%

R = 36.59%
G = 8.86%
B = 54.55%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A127F0 (or 0xA127F0) is known color: Blue Violet. HEX triplet: A1, 27 and F0. RGB value is (161,39,240). Sum of RGB (Red+Green+Blue) = 161+39+240=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #A127F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127F0 is #5ED80F. Grayscale: #616161. Windows color (decimal): -6215696 or 15738785. OLE color: 15738785.

HSL color Cylindrical-coordinate representation of color #A127F0: hue angle of 276.42º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A127F0 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 39 240 -
CMYK 0.33 0.84 0 0.06
HSL 276.42º 0.87% 0.55% -
HSV(B) 276.42º 0.84% 0.94% -
XYZ 31.15 15.32 83.75 -
YUV 98.39 207.92 172.66 -
System Red Green Blue C M Y K H S L
Decimal 161 39 240 0.33 0.84 0 0.06 276.42 0.87 0.55
Hex A1 27 F0 21 54 0 6 114 57 37
Octal 241 47 360 41 124 0 6 424 127 67
Binary 10100001 100111 11110000 100001 1010100 0 110 100010100 1010111 110111

Color Harmonies of #A127F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127F0

Black with #A127F0

Text Example


Text Example

White with #A127F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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