Html Css Color HEX #A027ED Blue Violet

📋 copy color: '#A027ED'

red 160 ◦ green 39 ◦ blue 237

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

Shades of Blue Violet #A027ED

Tints of Blue Violet #A027ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.36%

R = 36.7%
G = 8.94%
B = 54.36%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A027ED (or 0xA027ED) is known color: Blue Violet. HEX triplet: A0, 27 and ED. RGB value is (160,39,237). Sum of RGB (Red+Green+Blue) = 160+39+237=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #A027ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A027ED is #5FD812. Grayscale: #616161. Windows color (decimal): -6281235 or 15542176. OLE color: 15542176.

HSL color Cylindrical-coordinate representation of color #A027ED: hue angle of 276.67º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A027ED is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 39 237 -
CMYK 0.32 0.84 0 0.07
HSL 276.67º 0.85% 0.54% -
HSV(B) 276.67º 0.84% 0.93% -
XYZ 30.51 15.04 81.42 -
YUV 97.75 206.59 172.4 -
System Red Green Blue C M Y K H S L
Decimal 160 39 237 0.32 0.84 0 0.07 276.67 0.85 0.54
Hex A0 27 ED 20 54 0 7 115 55 36
Octal 240 47 355 40 124 0 7 425 125 66
Binary 10100000 100111 11101101 100000 1010100 0 111 100010101 1010101 110110

Color Harmonies of #A027ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027ED

Black with #A027ED

Text Example


Text Example

White with #A027ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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