#A938CB

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

Shades of Dark Orchid #A938CB

Tints of Dark Orchid #A938CB

Color information

#A938CB (or 0xA938CB) is unknown color: approx Dark Orchid. HEX triplet: A9, 38 and CB. RGB value is (169,56,203). Sum of RGB (Red+Green+Blue) = 169+56+203=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #A938CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A938CB is #56C734. Grayscale: #6A6A6A. Windows color (decimal): -5687093 or 13318313. OLE color: 13318313.

HSL color Cylindrical-coordinate representation of color #A938CB: hue angle of 286.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A938CB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16956203-
CMYK0.170.7200.20
HSL286.12º58.57%50.78%-
HSV(B)286.12º72.41%79.61%-
XYZ28.5615.5858-
YUV106.54182.44172.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 56 (22.27% from 255) = 13.08%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=39.49%
G=13.08%
B=47.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169562030.170.7200.20286.1258.5750.78
HexA938CB114801411e3b33
Octal25170313211100244367363
Binary1010100111100011001011100011001000010100100011110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A938CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A938CB; }

 p { color: rgb(169,56,203); }

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

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

 a { background-color: rgb(169,56,203); }

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

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

 span { border-color: rgb(169,56,203); }

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