#A34ADD

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

Shades of Dark Orchid #A34ADD

Tints of Dark Orchid #A34ADD

Color information

#A34ADD (or 0xA34ADD) is unknown color: approx Dark Orchid. HEX triplet: A3, 4A and DD. RGB value is (163,74,221). Sum of RGB (Red+Green+Blue) = 163+74+221=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #A34ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ADD is #5CB522. Grayscale: #747474. Windows color (decimal): -6075683 or 14502563. OLE color: 14502563.

HSL color Cylindrical-coordinate representation of color #A34ADD: hue angle of 276.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34ADD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16374221-
CMYK0.260.6700.13
HSL276.33º68.37%57.84%-
HSV(B)276.33º66.52%86.67%-
XYZ30.617.970.25-
YUV117.37186.49160.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=35.59%
G=16.16%
B=48.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163742210.260.6700.13276.3368.3757.84
HexA34ADD1A430D114443a
Octal2431123353210301542410472
Binary10100011100101011011101110101000011011011000101001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34ADD; }

 p { color: rgb(163,74,221); }

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

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

 a { background-color: rgb(163,74,221); }

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

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

 span { border-color: rgb(163,74,221); }

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