Html Css Color HEX #A718EC Blue Violet

📋 copy color: '#A718EC'

red 167 ◦ green 24 ◦ blue 236

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

Shades of Blue Violet #A718EC

Tints of Blue Violet #A718EC

RGB

 RED value IS 167 (65.63% from 255) = 39.11%

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

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 39.11%
G = 5.62%
B = 55.27%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A718EC (or 0xA718EC) is known color: Blue Violet. HEX triplet: A7, 18 and EC. RGB value is (167,24,236). Sum of RGB (Red+Green+Blue) = 167+24+236=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #A718EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A718EC is #58E713. Grayscale: #5A5A5A. Windows color (decimal): -5826324 or 15472807. OLE color: 15472807.

HSL color Cylindrical-coordinate representation of color #A718EC: hue angle of 280.47º degrees, saturation: 0.85, 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 #A718EC is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 24 236 -
CMYK 0.29 0.90 0 0.07
HSL 280.47º 0.85% 0.51% -
HSV(B) 280.47º 0.9% 0.93% -
XYZ 31.4 14.92 80.58 -
YUV 90.93 209.88 182.26 -
System Red Green Blue C M Y K H S L
Decimal 167 24 236 0.29 0.90 0 0.07 280.47 0.85 0.51
Hex A7 18 EC 1D 5A 0 7 118 55 33
Octal 247 30 354 35 132 0 7 430 125 63
Binary 10100111 11000 11101100 11101 1011010 0 111 100011000 1010101 110011

Color Harmonies of #A718EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718EC

Black with #A718EC

Text Example


Text Example

White with #A718EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718EC; }

 p { color: rgb(167,24,236); }

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

background-color css

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

 a { background-color: rgb(167,24,236); }

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

border-color css

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

 span { border-color: rgb(167,24,236); }

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