Html Css Color HEX #A518EF Blue Violet

📋 copy color: '#A518EF'

red 165 ◦ green 24 ◦ blue 239

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

Shades of Blue Violet #A518EF

Tints of Blue Violet #A518EF

RGB

 RED value IS 165 (64.84% from 255) = 38.55%

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

 BLUE value IS 239 (93.75% from 255) = 55.84%

R = 38.55%
G = 5.61%
B = 55.84%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A518EF (or 0xA518EF) is known color: Blue Violet. HEX triplet: A5, 18 and EF. RGB value is (165,24,239). Sum of RGB (Red+Green+Blue) = 165+24+239=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #A518EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518EF is #5AE710. Grayscale: #595959. Windows color (decimal): -5957393 or 15669413. OLE color: 15669413.

HSL color Cylindrical-coordinate representation of color #A518EF: hue angle of 279.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A518EF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 24 239 -
CMYK 0.31 0.90 0 0.06
HSL 279.35º 0.87% 0.52% -
HSV(B) 279.35º 0.9% 0.94% -
XYZ 31.42 14.88 82.88 -
YUV 90.67 211.71 181.02 -
System Red Green Blue C M Y K H S L
Decimal 165 24 239 0.31 0.90 0 0.06 279.35 0.87 0.52
Hex A5 18 EF 1F 5A 0 6 117 57 34
Octal 245 30 357 37 132 0 6 427 127 64
Binary 10100101 11000 11101111 11111 1011010 0 110 100010111 1010111 110100

Color Harmonies of #A518EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518EF

Black with #A518EF

Text Example


Text Example

White with #A518EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518EF; }

 p { color: rgb(165,24,239); }

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

background-color css

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

 a { background-color: rgb(165,24,239); }

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

border-color css

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

 span { border-color: rgb(165,24,239); }

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