#A634DD

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

Shades of Dark Orchid #A634DD

Tints of Dark Orchid #A634DD

Color information

#A634DD (or 0xA634DD) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and DD. RGB value is (166,52,221). Sum of RGB (Red+Green+Blue) = 166+52+221=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A634DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634DD is #59CB22. Grayscale: #686868. Windows color (decimal): -5884707 or 14496934. OLE color: 14496934.

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

Color convert

RGB16652221-
CMYK0.250.7600.13
HSL280.47º71.31%53.53%-
HSV(B)280.47º76.47%86.67%-
XYZ30.0115.7869.87-
YUV105.35193.27171.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 221 (86.72% from 255) = 50.34%
R=37.81%
G=11.85%
B=50.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166522210.250.7600.13280.4771.3153.53
HexA634DD194C0D1184736
Octal246643353111401543010766
Binary1010011011010011011101110011001100011011000110001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634DD; }

 p { color: rgb(166,52,221); }

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

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

 a { background-color: rgb(166,52,221); }

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

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

 span { border-color: rgb(166,52,221); }

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