Html Css Color HEX #A018F5 Blue Violet

📋 copy color: '#A018F5'

red 160 ◦ green 24 ◦ blue 245

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

Shades of Blue Violet #A018F5

Tints of Blue Violet #A018F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 57.11%

R = 37.3%
G = 5.59%
B = 57.11%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A018F5 (or 0xA018F5) is known color: Blue Violet. HEX triplet: A0, 18 and F5. RGB value is (160,24,245). Sum of RGB (Red+Green+Blue) = 160+24+245=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #A018F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018F5 is #5FE70A. Grayscale: #595959. Windows color (decimal): -6285067 or 16062624. OLE color: 16062624.

HSL color Cylindrical-coordinate representation of color #A018F5: hue angle of 276.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A018F5 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 24 245 -
CMYK 0.35 0.90 0 0.04
HSL 276.92º 0.92% 0.53% -
HSV(B) 276.92º 0.9% 0.96% -
XYZ 31.31 14.72 87.58 -
YUV 89.86 215.56 178.03 -
System Red Green Blue C M Y K H S L
Decimal 160 24 245 0.35 0.90 0 0.04 276.92 0.92 0.53
Hex A0 18 F5 23 5A 0 4 115 5C 35
Octal 240 30 365 43 132 0 4 425 134 65
Binary 10100000 11000 11110101 100011 1011010 0 100 100010101 1011100 110101

Color Harmonies of #A018F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018F5

Black with #A018F5

Text Example


Text Example

White with #A018F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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