Html Css Color HEX #A618ED Blue Violet

📋 copy color: '#A618ED'

red 166 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #A618ED

Tints of Blue Violet #A618ED

RGB

 RED value IS 166 (65.23% from 255) = 38.88%

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 38.88%
G = 5.62%
B = 55.5%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A618ED (or 0xA618ED) is known color: Blue Violet. HEX triplet: A6, 18 and ED. RGB value is (166,24,237). Sum of RGB (Red+Green+Blue) = 166+24+237=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #A618ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618ED is #59E712. Grayscale: #5A5A5A. Windows color (decimal): -5891859 or 15538342. OLE color: 15538342.

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

Color convert

RGB 166 24 237 -
CMYK 0.30 0.90 0 0.07
HSL 280º 0.86% 0.51% -
HSV(B) 280º 0.9% 0.93% -
XYZ 31.34 14.87 81.34 -
YUV 90.74 210.54 181.68 -
System Red Green Blue C M Y K H S L
Decimal 166 24 237 0.30 0.90 0 0.07 280 0.86 0.51
Hex A6 18 ED 1E 5A 0 7 118 56 33
Octal 246 30 355 36 132 0 7 430 126 63
Binary 10100110 11000 11101101 11110 1011010 0 111 100011000 1010110 110011

Color Harmonies of #A618ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618ED

Black with #A618ED

Text Example


Text Example

White with #A618ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618ED; }

 p { color: rgb(166,24,237); }

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

background-color css

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

 a { background-color: rgb(166,24,237); }

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

border-color css

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

 span { border-color: rgb(166,24,237); }

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