Html Css Color HEX #A017FB Blue Violet

📋 copy color: '#A017FB'

red 160 ◦ green 23 ◦ blue 251

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

Shades of Blue Violet #A017FB

Tints of Blue Violet #A017FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 36.87%
G = 5.3%
B = 57.83%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A017FB (or 0xA017FB) is known color: Blue Violet. HEX triplet: A0, 17 and FB. RGB value is (160,23,251). Sum of RGB (Red+Green+Blue) = 160+23+251=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #A017FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A017FB is #5FE804. Grayscale: #595959. Windows color (decimal): -6285317 or 16455584. OLE color: 16455584.

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

Color convert

RGB 160 23 251 -
CMYK 0.36 0.91 0 0.02
HSL 276.05º 0.97% 0.54% -
HSV(B) 276.05º 0.91% 0.98% -
XYZ 32.22 15.05 92.47 -
YUV 89.96 218.89 177.96 -
System Red Green Blue C M Y K H S L
Decimal 160 23 251 0.36 0.91 0 0.02 276.05 0.97 0.54
Hex A0 17 FB 24 5B 0 2 114 61 36
Octal 240 27 373 44 133 0 2 424 141 66
Binary 10100000 10111 11111011 100100 1011011 0 10 100010100 1100001 110110

Color Harmonies of #A017FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A017FB

Black with #A017FB

Text Example


Text Example

White with #A017FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A017FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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