#A833DD

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

Shades of Dark Orchid #A833DD

Tints of Dark Orchid #A833DD

Color information

#A833DD (or 0xA833DD) is unknown color: approx Dark Orchid. HEX triplet: A8, 33 and DD. RGB value is (168,51,221). Sum of RGB (Red+Green+Blue) = 168+51+221=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #A833DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833DD is #57CC22. Grayscale: #686868. Windows color (decimal): -5753891 or 14496680. OLE color: 14496680.

HSL color Cylindrical-coordinate representation of color #A833DD: hue angle of 281.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A833DD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16851221-
CMYK0.240.7700.13
HSL281.29º71.43%53.33%-
HSV(B)281.29º76.92%86.67%-
XYZ30.3815.9169.88-
YUV105.36193.26172.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 51 (20.31% from 255) = 11.59%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=38.18%
G=11.59%
B=50.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168512210.240.7700.13281.2971.4353.33
HexA833DD184D0D1194735
Octal250633353011501543110765
Binary1010100011001111011101110001001101011011000110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A833DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A833DD; }

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

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

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

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

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

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

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

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