Html Css Color HEX #A840EA Dark Orchid

📋 copy color: '#A840EA'

red 168 ◦ green 64 ◦ blue 234

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

Shades of Dark Orchid #A840EA

Tints of Dark Orchid #A840EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 36.05%
G = 13.73%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A840EA (or 0xA840EA) is known color: Dark Orchid. HEX triplet: A8, 40 and EA. RGB value is (168,64,234). Sum of RGB (Red+Green+Blue) = 168+64+234=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #A840EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A840EA is #57BF15. Grayscale: #717171. Windows color (decimal): -5750550 or 15351976. OLE color: 15351976.

HSL color Cylindrical-coordinate representation of color #A840EA: hue angle of 276.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A840EA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 64 234 -
CMYK 0.28 0.73 0 0.08
HSL 276.71º 0.8% 0.58% -
HSV(B) 276.71º 0.73% 0.92% -
XYZ 32.83 17.93 79.57 -
YUV 114.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 168 64 234 0.28 0.73 0 0.08 276.71 0.8 0.58
Hex A8 40 EA 1C 49 0 8 115 50 3A
Octal 250 100 352 34 111 0 10 425 120 72
Binary 10101000 1000000 11101010 11100 1001001 0 1000 100010101 1010000 111010

Color Harmonies of #A840EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840EA

Black with #A840EA

Text Example


Text Example

White with #A840EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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