#A928CF

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

Shades of Dark Orchid #A928CF

Tints of Dark Orchid #A928CF

Color information

#A928CF (or 0xA928CF) is unknown color: approx Dark Orchid. HEX triplet: A9, 28 and CF. RGB value is (169,40,207). Sum of RGB (Red+Green+Blue) = 169+40+207=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #A928CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928CF is #56D730. Grayscale: #616161. Windows color (decimal): -5691185 or 13576361. OLE color: 13576361.

HSL color Cylindrical-coordinate representation of color #A928CF: hue angle of 286.35º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A928CF is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16940207-
CMYK0.180.8100.19
HSL286.35º67.61%48.43%-
HSV(B)286.35º80.68%81.18%-
XYZ28.3814.4660.33-
YUV97.61189.74178.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 40 (16.02% from 255) = 9.62%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=40.62%
G=9.62%
B=49.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169402070.180.8100.19286.3567.6148.43
HexA928CF125101311e4430
Octal251503172212102343610460
Binary10101001101000110011111001010100010100111000111101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A928CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A928CF; }

 p { color: rgb(169,40,207); }

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

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

 a { background-color: rgb(169,40,207); }

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

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

 span { border-color: rgb(169,40,207); }

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