Html Css Color HEX #A018FD Blue Violet

📋 copy color: '#A018FD'

red 160 ◦ green 24 ◦ blue 253

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

Shades of Blue Violet #A018FD

Tints of Blue Violet #A018FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.49%

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 36.61%
G = 5.49%
B = 57.89%

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

#A018FD (or 0xA018FD) is known color: Blue Violet. HEX triplet: A0, 18 and FD. RGB value is (160,24,253). Sum of RGB (Red+Green+Blue) = 160+24+253=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #A018FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018FD is #5FE702. Grayscale: #595959. Windows color (decimal): -6285059 or 16586912. OLE color: 16586912.

HSL color Cylindrical-coordinate representation of color #A018FD: hue angle of 275.63º degrees, saturation: 0.98, 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 #A018FD is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 24 253 -
CMYK 0.37 0.91 0 0.01
HSL 275.63º 0.98% 0.54% -
HSV(B) 275.63º 0.91% 0.99% -
XYZ 32.55 15.22 94.15 -
YUV 90.77 219.56 177.38 -
System Red Green Blue C M Y K H S L
Decimal 160 24 253 0.37 0.91 0 0.01 275.63 0.98 0.54
Hex A0 18 FD 25 5B 0 1 114 62 36
Octal 240 30 375 45 133 0 1 424 142 66
Binary 10100000 11000 11111101 100101 1011011 0 1 100010100 1100010 110110

Color Harmonies of #A018FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018FD

Black with #A018FD

Text Example


Text Example

White with #A018FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018FD; }

 p { color: rgb(160,24,253); }

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

background-color css

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

 a { background-color: rgb(160,24,253); }

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

border-color css

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

 span { border-color: rgb(160,24,253); }

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