Html Css Color HEX #A027EB Blue Violet

📋 copy color: '#A027EB'

red 160 ◦ green 39 ◦ blue 235

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

Shades of Blue Violet #A027EB

Tints of Blue Violet #A027EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 36.87%
G = 8.99%
B = 54.15%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A027EB (or 0xA027EB) is known color: Blue Violet. HEX triplet: A0, 27 and EB. RGB value is (160,39,235). Sum of RGB (Red+Green+Blue) = 160+39+235=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #A027EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A027EB is #5FD814. Grayscale: #606060. Windows color (decimal): -6281237 or 15411104. OLE color: 15411104.

HSL color Cylindrical-coordinate representation of color #A027EB: hue angle of 277.04º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A027EB is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 39 235 -
CMYK 0.32 0.83 0 0.08
HSL 277.04º 0.83% 0.54% -
HSV(B) 277.04º 0.83% 0.92% -
XYZ 30.22 14.92 79.88 -
YUV 97.52 205.59 172.56 -
System Red Green Blue C M Y K H S L
Decimal 160 39 235 0.32 0.83 0 0.08 277.04 0.83 0.54
Hex A0 27 EB 20 53 0 8 115 53 36
Octal 240 47 353 40 123 0 10 425 123 66
Binary 10100000 100111 11101011 100000 1010011 0 1000 100010101 1010011 110110

Color Harmonies of #A027EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027EB

Black with #A027EB

Text Example


Text Example

White with #A027EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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