#A345E5

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

Shades of Dark Orchid #A345E5

Tints of Dark Orchid #A345E5

Color information

#A345E5 (or 0xA345E5) is unknown color: approx Dark Orchid. HEX triplet: A3, 45 and E5. RGB value is (163,69,229). Sum of RGB (Red+Green+Blue) = 163+69+229=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #A345E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345E5 is #5CBA1A. Grayscale: #727272. Windows color (decimal): -6076955 or 15025571. OLE color: 15025571.

HSL color Cylindrical-coordinate representation of color #A345E5: hue angle of 275.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A345E5 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16369229-
CMYK0.290.7000.10
HSL275.25º75.47%58.43%-
HSV(B)275.25º69.87%89.8%-
XYZ31.3817.775.89-
YUV115.35192.14161.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 229 (89.84% from 255) = 49.67%
R=35.36%
G=14.97%
B=49.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal163692290.290.7000.10275.2575.4758.43
HexA345E51D460A1134b3a
Octal2431053453510601242311372
Binary10100011100010111100101111011000110010101000100111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A345E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A345E5; }

 p { color: rgb(163,69,229); }

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

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

 a { background-color: rgb(163,69,229); }

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

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

 span { border-color: rgb(163,69,229); }

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