Html Css Color HEX #A017FC Blue Violet

📋 copy color: '#A017FC'

red 160 ◦ green 23 ◦ blue 252

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

Shades of Blue Violet #A017FC

Tints of Blue Violet #A017FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.93%

R = 36.78%
G = 5.29%
B = 57.93%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A017FC (or 0xA017FC) is known color: Blue Violet. HEX triplet: A0, 17 and FC. RGB value is (160,23,252). Sum of RGB (Red+Green+Blue) = 160+23+252=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #A017FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017FC is #5FE803. Grayscale: #595959. Windows color (decimal): -6285316 or 16521120. OLE color: 16521120.

HSL color Cylindrical-coordinate representation of color #A017FC: hue angle of 275.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A017FC is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 23 252 -
CMYK 0.37 0.91 0 0.01
HSL 275.9º 0.97% 0.54% -
HSV(B) 275.9º 0.91% 0.99% -
XYZ 32.37 15.11 93.31 -
YUV 90.07 219.39 177.88 -
System Red Green Blue C M Y K H S L
Decimal 160 23 252 0.37 0.91 0 0.01 275.9 0.97 0.54
Hex A0 17 FC 25 5B 0 1 114 61 36
Octal 240 27 374 45 133 0 1 424 141 66
Binary 10100000 10111 11111100 100101 1011011 0 1 100010100 1100001 110110

Color Harmonies of #A017FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017FC

Black with #A017FC

Text Example


Text Example

White with #A017FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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