#A445E4

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

Shades of Dark Orchid #A445E4

Tints of Dark Orchid #A445E4

Color information

#A445E4 (or 0xA445E4) is unknown color: approx Dark Orchid. HEX triplet: A4, 45 and E4. RGB value is (164,69,228). Sum of RGB (Red+Green+Blue) = 164+69+228=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #A445E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445E4 is #5BBA1B. Grayscale: #727272. Windows color (decimal): -6011420 or 14960036. OLE color: 14960036.

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

Color convert

RGB16469228-
CMYK0.280.7000.11
HSL275.85º74.65%58.24%-
HSV(B)275.85º69.74%89.41%-
XYZ31.4417.7575.17-
YUV115.53191.47162.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 228 (89.45% from 255) = 49.46%
R=35.57%
G=14.97%
B=49.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164692280.280.7000.11275.8574.6558.24
HexA445E41C460B1144b3a
Octal2441053443410601342411372
Binary10100100100010111100100111001000110010111000101001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445E4; }

 p { color: rgb(164,69,228); }

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

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

 a { background-color: rgb(164,69,228); }

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

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

 span { border-color: rgb(164,69,228); }

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