#A833AD

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

Shades of Dark Orchid #A833AD

Tints of Dark Orchid #A833AD

Color information

#A833AD (or 0xA833AD) is unknown color: approx Dark Orchid. HEX triplet: A8, 33 and AD. RGB value is (168,51,173). Sum of RGB (Red+Green+Blue) = 168+51+173=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A833AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A833AD is #57CC52. Grayscale: #636363. Windows color (decimal): -5753939 or 11350952. OLE color: 11350952.

HSL color Cylindrical-coordinate representation of color #A833AD: hue angle of 297.54º degrees, saturation: 0.54, 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 #A833AD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16851173-
CMYK0.030.7100.32
HSL297.54º54.46%43.92%-
HSV(B)297.54º70.52%67.84%-
XYZ24.8813.7140.87-
YUV99.89169.26176.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=42.86%
G=13.01%
B=44.13%

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
Decimal168511730.030.7100.32297.5454.4643.92
HexA833AD34702012a362c
Octal2506325531070404526654
Binary10101000110011101011011110001110100000100101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833AD; }

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

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

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

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

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

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

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

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