Html Css Color HEX #A017ED Blue Violet

📋 copy color: '#A017ED'

red 160 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #A017ED

Tints of Blue Violet #A017ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.48%

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

R = 38.1%
G = 5.48%
B = 56.43%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A017ED (or 0xA017ED) is known color: Blue Violet. HEX triplet: A0, 17 and ED. RGB value is (160,23,237). Sum of RGB (Red+Green+Blue) = 160+23+237=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #A017ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017ED is #5FE812. Grayscale: #575757. Windows color (decimal): -6285331 or 15538080. OLE color: 15538080.

HSL color Cylindrical-coordinate representation of color #A017ED: hue angle of 278.41º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A017ED is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 23 237 -
CMYK 0.32 0.90 0 0.07
HSL 278.41º 0.86% 0.51% -
HSV(B) 278.41º 0.9% 0.93% -
XYZ 30.09 14.2 81.28 -
YUV 88.36 211.89 179.1 -
System Red Green Blue C M Y K H S L
Decimal 160 23 237 0.32 0.90 0 0.07 278.41 0.86 0.51
Hex A0 17 ED 20 5A 0 7 116 56 33
Octal 240 27 355 40 132 0 7 426 126 63
Binary 10100000 10111 11101101 100000 1011010 0 111 100010110 1010110 110011

Color Harmonies of #A017ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017ED

Black with #A017ED

Text Example


Text Example

White with #A017ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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