#A32EBD

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

Shades of Dark Orchid #A32EBD

Tints of Dark Orchid #A32EBD

Color information

#A32EBD (or 0xA32EBD) is unknown color: approx Dark Orchid. HEX triplet: A3, 2E and BD. RGB value is (163,46,189). Sum of RGB (Red+Green+Blue) = 163+46+189=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #A32EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EBD is #5CD142. Grayscale: #606060. Windows color (decimal): -6082883 or 12398243. OLE color: 12398243.

HSL color Cylindrical-coordinate representation of color #A32EBD: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32EBD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16346189-
CMYK0.140.7600.26
HSL289.09º60.85%46.08%-
HSV(B)289.09º75.66%74.12%-
XYZ25.2713.4149.4-
YUV97.28179.76174.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 46 (18.36% from 255) = 11.56%
BLUE value IS 189 (74.22% from 255) = 47.49%
R=40.95%
G=11.56%
B=47.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163461890.140.7600.26289.0960.8546.08
HexA32EBDE4C01A1213d2e
Octal24356275161140324417556
Binary101000111011101011110111101001100011010100100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32EBD; }

 p { color: rgb(163,46,189); }

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

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

 a { background-color: rgb(163,46,189); }

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

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

 span { border-color: rgb(163,46,189); }

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