#A14BE8

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

Shades of Dark Orchid #A14BE8

Tints of Dark Orchid #A14BE8

Color information

#A14BE8 (or 0xA14BE8) is unknown color: approx Dark Orchid. HEX triplet: A1, 4B and E8. RGB value is (161,75,232). Sum of RGB (Red+Green+Blue) = 161+75+232=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #A14BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14BE8 is #5EB417. Grayscale: #767676. Windows color (decimal): -6206488 or 15223713. OLE color: 15223713.

HSL color Cylindrical-coordinate representation of color #A14BE8: hue angle of 272.87º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14BE8 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16175232-
CMYK0.310.6800.09
HSL272.87º77.34%60.2%-
HSV(B)272.87º67.67%90.98%-
XYZ31.7818.4478.23-
YUV118.61191.99158.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 75 (29.69% from 255) = 16.03%
BLUE value IS 232 (91.02% from 255) = 49.57%
R=34.40%
G=16.03%
B=49.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161752320.310.6800.09272.8777.3460.2
HexA14BE81F44091114d3c
Octal2411133503710401142111574
Binary10100001100101111101000111111000100010011000100011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14BE8; }

 p { color: rgb(161,75,232); }

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

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

 a { background-color: rgb(161,75,232); }

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

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

 span { border-color: rgb(161,75,232); }

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