Html Css Color HEX #A127FC Blue Violet

📋 copy color: '#A127FC'

red 161 ◦ green 39 ◦ blue 252

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

Shades of Blue Violet #A127FC

Tints of Blue Violet #A127FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 35.62%
G = 8.63%
B = 55.75%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A127FC (or 0xA127FC) is known color: Blue Violet. HEX triplet: A1, 27 and FC. RGB value is (161,39,252). Sum of RGB (Red+Green+Blue) = 161+39+252=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #A127FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A127FC is #5ED803. Grayscale: #636363. Windows color (decimal): -6215684 or 16525217. OLE color: 16525217.

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

Color convert

RGB 161 39 252 -
CMYK 0.36 0.85 0 0.01
HSL 274.37º 0.97% 0.57% -
HSV(B) 274.37º 0.85% 0.99% -
XYZ 32.99 16.06 93.46 -
YUV 99.76 213.92 171.68 -
System Red Green Blue C M Y K H S L
Decimal 161 39 252 0.36 0.85 0 0.01 274.37 0.97 0.57
Hex A1 27 FC 24 55 0 1 112 61 39
Octal 241 47 374 44 125 0 1 422 141 71
Binary 10100001 100111 11111100 100100 1010101 0 1 100010010 1100001 111001

Color Harmonies of #A127FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A127FC

Black with #A127FC

Text Example


Text Example

White with #A127FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A127FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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