#A841EB

Color #A841EB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A841EB

Tints of Dark Orchid #A841EB

Color information

#A841EB (or 0xA841EB) is unknown color: approx Dark Orchid. HEX triplet: A8, 41 and EB. RGB value is (168,65,235). Sum of RGB (Red+Green+Blue) = 168+65+235=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #A841EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841EB is #57BE14. Grayscale: #727272. Windows color (decimal): -5750293 or 15417768. OLE color: 15417768.

HSL color Cylindrical-coordinate representation of color #A841EB: hue angle of 276.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A841EB is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16865235-
CMYK0.290.7200.08
HSL276.35º80.95%58.82%-
HSV(B)276.35º72.34%92.16%-
XYZ33.0318.180.35-
YUV115.18195.62165.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 65 (25.78% from 255) = 13.89%
BLUE value IS 235 (92.19% from 255) = 50.21%
R=35.90%
G=13.89%
B=50.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168652350.290.7200.08276.3580.9558.82
HexA841EB1D4808114513b
Octal2501013533511001042412173
Binary10101000100000111101011111011001000010001000101001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841EB; }

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

 H1.HeaderClassName
 {
   color: #A841EB;
 }
 .AnyTagClassName
 {
   color: #A841EB;
 }
</style>
background-color css

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

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

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

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

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

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