Html Css Color HEX #A818EB Blue Violet

📋 copy color: '#A818EB'

red 168 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #A818EB

Tints of Blue Violet #A818EB

RGB

 RED value IS 168 (66.02% from 255) = 39.34%

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

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

R = 39.34%
G = 5.62%
B = 55.04%

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

#A818EB (or 0xA818EB) is known color: Blue Violet. HEX triplet: A8, 18 and EB. RGB value is (168,24,235). Sum of RGB (Red+Green+Blue) = 168+24+235=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #A818EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818EB is #57E714. Grayscale: #5A5A5A. Windows color (decimal): -5760789 or 15407272. OLE color: 15407272.

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

Color convert

RGB 168 24 235 -
CMYK 0.29 0.90 0 0.08
HSL 280.95º 0.84% 0.51% -
HSV(B) 280.95º 0.9% 0.92% -
XYZ 31.47 14.98 79.83 -
YUV 91.11 209.21 182.84 -
System Red Green Blue C M Y K H S L
Decimal 168 24 235 0.29 0.90 0 0.08 280.95 0.84 0.51
Hex A8 18 EB 1D 5A 0 8 119 54 33
Octal 250 30 353 35 132 0 10 431 124 63
Binary 10101000 11000 11101011 11101 1011010 0 1000 100011001 1010100 110011

Color Harmonies of #A818EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818EB

Black with #A818EB

Text Example


Text Example

White with #A818EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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