#A33ECA

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

Shades of Dark Orchid #A33ECA

Tints of Dark Orchid #A33ECA

Color information

#A33ECA (or 0xA33ECA) is unknown color: approx Dark Orchid. HEX triplet: A3, 3E and CA. RGB value is (163,62,202). Sum of RGB (Red+Green+Blue) = 163+62+202=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #A33ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ECA is #5CC135. Grayscale: #6B6B6B. Windows color (decimal): -6078774 or 13254307. OLE color: 13254307.

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

Color convert

RGB16362202-
CMYK0.190.6900.21
HSL283.29º56.91%51.76%-
HSV(B)283.29º69.31%79.22%-
XYZ27.4915.557.42-
YUV108.16180.96167.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 62 (24.61% from 255) = 14.52%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=38.17%
G=14.52%
B=47.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163622020.190.6900.21283.2956.9151.76
HexA33ECA134501511b3934
Octal24376312231050254337164
Binary1010001111111011001010100111000101010101100011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33ECA; }

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

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

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

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

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

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

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

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