Html Css Color HEX #A840EC Dark Orchid

📋 copy color: '#A840EC'

red 168 ◦ green 64 ◦ blue 236

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

Shades of Dark Orchid #A840EC

Tints of Dark Orchid #A840EC

RGB

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

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

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

R = 35.9%
G = 13.68%
B = 50.43%

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

#A840EC (or 0xA840EC) is known color: Dark Orchid. HEX triplet: A8, 40 and EC. RGB value is (168,64,236). Sum of RGB (Red+Green+Blue) = 168+64+236=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #A840EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A840EC is #57BF13. Grayscale: #727272. Windows color (decimal): -5750548 or 15483048. OLE color: 15483048.

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

Color convert

RGB 168 64 236 -
CMYK 0.29 0.73 0 0.07
HSL 276.28º 0.82% 0.59% -
HSV(B) 276.28º 0.73% 0.93% -
XYZ 33.12 18.05 81.09 -
YUV 114.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 168 64 236 0.29 0.73 0 0.07 276.28 0.82 0.59
Hex A8 40 EC 1D 49 0 7 114 52 3B
Octal 250 100 354 35 111 0 7 424 122 73
Binary 10101000 1000000 11101100 11101 1001001 0 111 100010100 1010010 111011

Color Harmonies of #A840EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840EC

Black with #A840EC

Text Example


Text Example

White with #A840EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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