#A33DCA

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

Shades of Dark Orchid #A33DCA

Tints of Dark Orchid #A33DCA

Color information

#A33DCA (or 0xA33DCA) is unknown color: approx Dark Orchid. HEX triplet: A3, 3D and CA. RGB value is (163,61,202). Sum of RGB (Red+Green+Blue) = 163+61+202=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #A33DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DCA is #5CC235. Grayscale: #6B6B6B. Windows color (decimal): -6079030 or 13254051. OLE color: 13254051.

HSL color Cylindrical-coordinate representation of color #A33DCA: hue angle of 283.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33DCA is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16361202-
CMYK0.190.7000.21
HSL283.4º57.09%51.57%-
HSV(B)283.4º69.8%79.22%-
XYZ27.4315.3957.4-
YUV107.57181.29167.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 61 (24.22% from 255) = 14.32%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=38.26%
G=14.32%
B=47.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163612020.190.7000.21283.457.0951.57
HexA33DCA134601511b3934
Octal24375312231060254337164
Binary1010001111110111001010100111000110010101100011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33DCA; }

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

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

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

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

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

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

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

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