Html Css Color HEX #A018F7 Blue Violet

📋 copy color: '#A018F7'

red 160 ◦ green 24 ◦ blue 247

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

Shades of Blue Violet #A018F7

Tints of Blue Violet #A018F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.31%

R = 37.12%
G = 5.57%
B = 57.31%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A018F7 (or 0xA018F7) is known color: Blue Violet. HEX triplet: A0, 18 and F7. RGB value is (160,24,247). Sum of RGB (Red+Green+Blue) = 160+24+247=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #A018F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018F7 is #5FE708. Grayscale: #595959. Windows color (decimal): -6285065 or 16193696. OLE color: 16193696.

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

Color convert

RGB 160 24 247 -
CMYK 0.35 0.90 0 0.03
HSL 276.59º 0.93% 0.53% -
HSV(B) 276.59º 0.9% 0.97% -
XYZ 31.61 14.84 89.19 -
YUV 90.09 216.56 177.87 -
System Red Green Blue C M Y K H S L
Decimal 160 24 247 0.35 0.90 0 0.03 276.59 0.93 0.53
Hex A0 18 F7 23 5A 0 3 115 5D 35
Octal 240 30 367 43 132 0 3 425 135 65
Binary 10100000 11000 11110111 100011 1011010 0 11 100010101 1011101 110101

Color Harmonies of #A018F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018F7

Black with #A018F7

Text Example


Text Example

White with #A018F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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