#A833AE

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

Shades of Dark Orchid #A833AE

Tints of Dark Orchid #A833AE

Color information

#A833AE (or 0xA833AE) is unknown color: approx Dark Orchid. HEX triplet: A8, 33 and AE. RGB value is (168,51,174). Sum of RGB (Red+Green+Blue) = 168+51+174=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A833AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833AE is #57CC51. Grayscale: #636363. Windows color (decimal): -5753938 or 11416488. OLE color: 11416488.

HSL color Cylindrical-coordinate representation of color #A833AE: hue angle of 297.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A833AE is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16851174-
CMYK0.030.7100.32
HSL297.07º54.67%44.12%-
HSV(B)297.07º70.69%68.24%-
XYZ24.9713.7541.38-
YUV100169.76176.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=42.75%
G=12.98%
B=44.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168511740.030.7100.32297.0754.6744.12
HexA833AE347020129372c
Octal2506325631070404516754
Binary10101000110011101011101110001110100000100101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833AE; }

 p { color: rgb(168,51,174); }

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

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

 a { background-color: rgb(168,51,174); }

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

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

 span { border-color: rgb(168,51,174); }

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