#A338C8

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

Shades of Dark Orchid #A338C8

Tints of Dark Orchid #A338C8

Color information

#A338C8 (or 0xA338C8) is unknown color: approx Dark Orchid. HEX triplet: A3, 38 and C8. RGB value is (163,56,200). Sum of RGB (Red+Green+Blue) = 163+56+200=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #A338C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338C8 is #5CC737. Grayscale: #676767. Windows color (decimal): -6080312 or 13121699. OLE color: 13121699.

HSL color Cylindrical-coordinate representation of color #A338C8: hue angle of 284.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A338C8 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16356200-
CMYK0.180.7200.22
HSL284.58º56.69%50.2%-
HSV(B)284.58º72%78.43%-
XYZ26.9414.7956.08-
YUV104.41181.95169.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 56 (22.27% from 255) = 13.37%
BLUE value IS 200 (78.52% from 255) = 47.73%
R=38.90%
G=13.37%
B=47.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163562000.180.7200.22284.5856.6950.2
HexA338C8124801611d3932
Octal24370310221100264357162
Binary1010001111100011001000100101001000010110100011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A338C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A338C8; }

 p { color: rgb(163,56,200); }

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

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

 a { background-color: rgb(163,56,200); }

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

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

 span { border-color: rgb(163,56,200); }

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