#A733CA

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

Shades of Dark Orchid #A733CA

Tints of Dark Orchid #A733CA

Color information

#A733CA (or 0xA733CA) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and CA. RGB value is (167,51,202). Sum of RGB (Red+Green+Blue) = 167+51+202=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #A733CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733CA is #58CC35. Grayscale: #666666. Windows color (decimal): -5819446 or 13251495. OLE color: 13251495.

HSL color Cylindrical-coordinate representation of color #A733CA: hue angle of 286.09º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A733CA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16751202-
CMYK0.170.7500.21
HSL286.09º59.68%49.61%-
HSV(B)286.09º74.75%79.22%-
XYZ27.7814.8557.28-
YUV102.9183.93173.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=39.76%
G=12.14%
B=48.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167512020.170.7500.21286.0959.6849.61
HexA733CA114B01511e3c32
Octal24763312211130254367462
Binary1010011111001111001010100011001011010101100011110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A733CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A733CA; }

 p { color: rgb(167,51,202); }

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

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

 a { background-color: rgb(167,51,202); }

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

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

 span { border-color: rgb(167,51,202); }

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