Html Css Color HEX #A718ED Blue Violet

📋 copy color: '#A718ED'

red 167 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #A718ED

Tints of Blue Violet #A718ED

RGB

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

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

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

R = 39.02%
G = 5.61%
B = 55.37%

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

#A718ED (or 0xA718ED) is known color: Blue Violet. HEX triplet: A7, 18 and ED. RGB value is (167,24,237). Sum of RGB (Red+Green+Blue) = 167+24+237=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #A718ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A718ED is #58E712. Grayscale: #5A5A5A. Windows color (decimal): -5826323 or 15538343. OLE color: 15538343.

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

Color convert

RGB 167 24 237 -
CMYK 0.30 0.90 0 0.07
HSL 280.28º 0.86% 0.51% -
HSV(B) 280.28º 0.9% 0.93% -
XYZ 31.55 14.98 81.35 -
YUV 91.04 210.38 182.18 -
System Red Green Blue C M Y K H S L
Decimal 167 24 237 0.30 0.90 0 0.07 280.28 0.86 0.51
Hex A7 18 ED 1E 5A 0 7 118 56 33
Octal 247 30 355 36 132 0 7 430 126 63
Binary 10100111 11000 11101101 11110 1011010 0 111 100011000 1010110 110011

Color Harmonies of #A718ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718ED

Black with #A718ED

Text Example


Text Example

White with #A718ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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