#A33DE5

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

Shades of Dark Orchid #A33DE5

Tints of Dark Orchid #A33DE5

Color information

#A33DE5 (or 0xA33DE5) is unknown color: approx Dark Orchid. HEX triplet: A3, 3D and E5. RGB value is (163,61,229). Sum of RGB (Red+Green+Blue) = 163+61+229=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #A33DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DE5 is #5CC21A. Grayscale: #6E6E6E. Windows color (decimal): -6079003 or 15023523. OLE color: 15023523.

HSL color Cylindrical-coordinate representation of color #A33DE5: hue angle of 276.43º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33DE5 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16361229-
CMYK0.290.7300.10
HSL276.43º76.36%56.86%-
HSV(B)276.43º73.36%89.8%-
XYZ30.9216.7875.74-
YUV110.65194.79165.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 61 (24.22% from 255) = 13.47%
BLUE value IS 229 (89.84% from 255) = 50.55%
R=35.98%
G=13.47%
B=50.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal163612290.290.7300.10276.4376.3656.86
HexA33DE51D490A1144c39
Octal243753453511101242411471
Binary1010001111110111100101111011001001010101000101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33DE5; }

 p { color: rgb(163,61,229); }

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

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

 a { background-color: rgb(163,61,229); }

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

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

 span { border-color: rgb(163,61,229); }

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