#A348D2

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

Shades of Dark Orchid #A348D2

Tints of Dark Orchid #A348D2

Color information

#A348D2 (or 0xA348D2) is unknown color: approx Dark Orchid. HEX triplet: A3, 48 and D2. RGB value is (163,72,210). Sum of RGB (Red+Green+Blue) = 163+72+210=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #A348D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348D2 is #5CB72D. Grayscale: #727272. Windows color (decimal): -6076206 or 13781155. OLE color: 13781155.

HSL color Cylindrical-coordinate representation of color #A348D2: hue angle of 279.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A348D2 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16372210-
CMYK0.220.6600.18
HSL279.57º60.53%55.29%-
HSV(B)279.57º65.71%82.35%-
XYZ29.0517.0762.74-
YUV114.94181.65162.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 210 (82.42% from 255) = 47.19%
R=36.63%
G=16.18%
B=47.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163722100.220.6600.18279.5760.5355.29
HexA348D216420121183d37
Octal243110322261020224307567
Binary10100011100100011010010101101000010010010100011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348D2; }

 p { color: rgb(163,72,210); }

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

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

 a { background-color: rgb(163,72,210); }

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

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

 span { border-color: rgb(163,72,210); }

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