Html Css Color HEX #A518EB Blue Violet

📋 copy color: '#A518EB'

red 165 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #A518EB

Tints of Blue Violet #A518EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 38.92%
G = 5.66%
B = 55.42%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A518EB (or 0xA518EB) is known color: Blue Violet. HEX triplet: A5, 18 and EB. RGB value is (165,24,235). Sum of RGB (Red+Green+Blue) = 165+24+235=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #A518EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518EB is #5AE714. Grayscale: #595959. Windows color (decimal): -5957397 or 15407269. OLE color: 15407269.

HSL color Cylindrical-coordinate representation of color #A518EB: hue angle of 280.09º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A518EB is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 24 235 -
CMYK 0.30 0.90 0 0.08
HSL 280.09º 0.84% 0.51% -
HSV(B) 280.09º 0.9% 0.92% -
XYZ 30.84 14.65 79.8 -
YUV 90.21 209.71 181.34 -
System Red Green Blue C M Y K H S L
Decimal 165 24 235 0.30 0.90 0 0.08 280.09 0.84 0.51
Hex A5 18 EB 1E 5A 0 8 118 54 33
Octal 245 30 353 36 132 0 10 430 124 63
Binary 10100101 11000 11101011 11110 1011010 0 1000 100011000 1010100 110011

Color Harmonies of #A518EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518EB

Black with #A518EB

Text Example


Text Example

White with #A518EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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