Html Css Color HEX #A017EB Blue Violet

📋 copy color: '#A017EB'

red 160 ◦ green 23 ◦ blue 235

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

Shades of Blue Violet #A017EB

Tints of Blue Violet #A017EB

RGB

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

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

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

R = 38.28%
G = 5.5%
B = 56.22%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A017EB (or 0xA017EB) is known color: Blue Violet. HEX triplet: A0, 17 and EB. RGB value is (160,23,235). Sum of RGB (Red+Green+Blue) = 160+23+235=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #A017EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017EB is #5FE814. Grayscale: #575757. Windows color (decimal): -6285333 or 15407008. OLE color: 15407008.

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

Color convert

RGB 160 23 235 -
CMYK 0.32 0.90 0 0.08
HSL 278.77º 0.84% 0.51% -
HSV(B) 278.77º 0.9% 0.92% -
XYZ 29.8 14.08 79.75 -
YUV 88.13 210.89 179.26 -
System Red Green Blue C M Y K H S L
Decimal 160 23 235 0.32 0.90 0 0.08 278.77 0.84 0.51
Hex A0 17 EB 20 5A 0 8 117 54 33
Octal 240 27 353 40 132 0 10 427 124 63
Binary 10100000 10111 11101011 100000 1011010 0 1000 100010111 1010100 110011

Color Harmonies of #A017EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017EB

Black with #A017EB

Text Example


Text Example

White with #A017EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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