#A439CE

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

Shades of Dark Orchid #A439CE

Tints of Dark Orchid #A439CE

Color information

#A439CE (or 0xA439CE) is unknown color: approx Dark Orchid. HEX triplet: A4, 39 and CE. RGB value is (164,57,206). Sum of RGB (Red+Green+Blue) = 164+57+206=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #A439CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439CE is #5BC631. Grayscale: #696969. Windows color (decimal): -6014514 or 13515172. OLE color: 13515172.

HSL color Cylindrical-coordinate representation of color #A439CE: hue angle of 283.09º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A439CE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16457206-
CMYK0.200.7200.19
HSL283.09º60.32%51.57%-
HSV(B)283.09º72.33%80.78%-
XYZ27.9115.2759.87-
YUV105.98184.45169.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 57 (22.66% from 255) = 13.35%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=38.41%
G=13.35%
B=48.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164572060.200.7200.19283.0960.3251.57
HexA439CE144801311b3c34
Octal24471316241100234337464
Binary1010010011100111001110101001001000010011100011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A439CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A439CE; }

 p { color: rgb(164,57,206); }

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

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

 a { background-color: rgb(164,57,206); }

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

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

 span { border-color: rgb(164,57,206); }

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