Html Css Color HEX #A718EB Blue Violet

📋 copy color: '#A718EB'

red 167 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #A718EB

Tints of Blue Violet #A718EB

RGB

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

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

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

R = 39.2%
G = 5.63%
B = 55.16%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A718EB (or 0xA718EB) is known color: Blue Violet. HEX triplet: A7, 18 and EB. RGB value is (167,24,235). Sum of RGB (Red+Green+Blue) = 167+24+235=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #A718EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A718EB is #58E714. Grayscale: #5A5A5A. Windows color (decimal): -5826325 or 15407271. OLE color: 15407271.

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

Color convert

RGB 167 24 235 -
CMYK 0.29 0.90 0 0.08
HSL 280.66º 0.84% 0.51% -
HSV(B) 280.66º 0.9% 0.92% -
XYZ 31.26 14.87 79.82 -
YUV 90.81 209.38 182.34 -
System Red Green Blue C M Y K H S L
Decimal 167 24 235 0.29 0.90 0 0.08 280.66 0.84 0.51
Hex A7 18 EB 1D 5A 0 8 119 54 33
Octal 247 30 353 35 132 0 10 431 124 63
Binary 10100111 11000 11101011 11101 1011010 0 1000 100011001 1010100 110011

Color Harmonies of #A718EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718EB

Black with #A718EB

Text Example


Text Example

White with #A718EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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