Html Css Color HEX #A027FF Blue Violet

📋 copy color: '#A027FF'

red 160 ◦ green 39 ◦ blue 255

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

Shades of Blue Violet #A027FF

Tints of Blue Violet #A027FF

RGB

 RED value IS 160 (62.89% from 255) = 35.24%

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 35.24%
G = 8.59%
B = 56.17%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A027FF (or 0xA027FF) is known color: Blue Violet. HEX triplet: A0, 27 and FF. RGB value is (160,39,255). Sum of RGB (Red+Green+Blue) = 160+39+255=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #A027FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A027FF is #5FD800. Grayscale: #636363. Windows color (decimal): -6281217 or 16721824. OLE color: 16721824.

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

Color convert

RGB 160 39 255 -
CMYK 0.37 0.85 0 0
HSL 273.61º 1% 0.58% -
HSV(B) 273.61º 0.85% 1% -
XYZ 33.27 16.14 95.97 -
YUV 99.8 215.59 170.94 -
System Red Green Blue C M Y K H S L
Decimal 160 39 255 0.37 0.85 0 0 273.61 1 0.58
Hex A0 27 FF 25 55 0 0 112 64 3A
Octal 240 47 377 45 125 0 0 422 144 72
Binary 10100000 100111 11111111 100101 1010101 0 0 100010010 1100100 111010

Color Harmonies of #A027FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027FF

Black with #A027FF

Text Example


Text Example

White with #A027FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027FF; }

 p { color: rgb(160,39,255); }

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

background-color css

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

 a { background-color: rgb(160,39,255); }

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

border-color css

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

 span { border-color: rgb(160,39,255); }

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