#A348E4

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

Shades of Dark Orchid #A348E4

Tints of Dark Orchid #A348E4

Color information

#A348E4 (or 0xA348E4) is unknown color: approx Dark Orchid. HEX triplet: A3, 48 and E4. RGB value is (163,72,228). Sum of RGB (Red+Green+Blue) = 163+72+228=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #A348E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348E4 is #5CB71B. Grayscale: #747474. Windows color (decimal): -6076188 or 14960803. OLE color: 14960803.

HSL color Cylindrical-coordinate representation of color #A348E4: hue angle of 275º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A348E4 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16372228-
CMYK0.290.6800.11
HSL275º74.29%58.82%-
HSV(B)275º68.42%89.41%-
XYZ31.4318.0275.22-
YUV116.99190.65160.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 72 (28.52% from 255) = 15.55%
BLUE value IS 228 (89.45% from 255) = 49.24%
R=35.21%
G=15.55%
B=49.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163722280.290.6800.1127574.2958.82
HexA348E41D440B1134a3b
Octal2431103443510401342311273
Binary10100011100100011100100111011000100010111000100111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348E4; }

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

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

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

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

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

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

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

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