Html Css Color HEX #A840ED Blue Violet

📋 copy color: '#A840ED'

red 168 ◦ green 64 ◦ blue 237

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

Shades of Blue Violet #A840ED

Tints of Blue Violet #A840ED

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

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

R = 35.82%
G = 13.65%
B = 50.53%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A840ED (or 0xA840ED) is known color: Blue Violet. HEX triplet: A8, 40 and ED. RGB value is (168,64,237). Sum of RGB (Red+Green+Blue) = 168+64+237=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #A840ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A840ED is #57BF12. Grayscale: #727272. Windows color (decimal): -5750547 or 15548584. OLE color: 15548584.

HSL color Cylindrical-coordinate representation of color #A840ED: hue angle of 276.07º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A840ED is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 64 237 -
CMYK 0.29 0.73 0 0.07
HSL 276.07º 0.83% 0.59% -
HSV(B) 276.07º 0.73% 0.93% -
XYZ 33.27 18.11 81.86 -
YUV 114.82 196.96 165.93 -
System Red Green Blue C M Y K H S L
Decimal 168 64 237 0.29 0.73 0 0.07 276.07 0.83 0.59
Hex A8 40 ED 1D 49 0 7 114 53 3B
Octal 250 100 355 35 111 0 7 424 123 73
Binary 10101000 1000000 11101101 11101 1001001 0 111 100010100 1010011 111011

Color Harmonies of #A840ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840ED

Black with #A840ED

Text Example


Text Example

White with #A840ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840ED; }

 p { color: rgb(168,64,237); }

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

background-color css

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

 a { background-color: rgb(168,64,237); }

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

border-color css

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

 span { border-color: rgb(168,64,237); }

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