#A645CC

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

Shades of Dark Orchid #A645CC

Tints of Dark Orchid #A645CC

Color information

#A645CC (or 0xA645CC) is unknown color: approx Dark Orchid. HEX triplet: A6, 45 and CC. RGB value is (166,69,204). Sum of RGB (Red+Green+Blue) = 166+69+204=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #A645CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645CC is #59BA33. Grayscale: #707070. Windows color (decimal): -5880372 or 13387174. OLE color: 13387174.

HSL color Cylindrical-coordinate representation of color #A645CC: hue angle of 283.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A645CC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16669204-
CMYK0.190.6600.2
HSL283.11º56.96%53.53%-
HSV(B)283.11º66.18%80%-
XYZ28.7516.7258.84-
YUV113.39179.14165.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=37.81%
G=15.72%
B=46.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166692040.190.6600.2283.1156.9653.53
HexA645CC134201411b3936
Octal246105314231020244337166
Binary10100110100010111001100100111000010010100100011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A645CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A645CC; }

 p { color: rgb(166,69,204); }

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

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

 a { background-color: rgb(166,69,204); }

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

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

 span { border-color: rgb(166,69,204); }

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